Html Css Color HEX #507757 Killarney

📋 copy color: '#507757'

red 80 ◦ green 119 ◦ blue 87

#507757
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #507757

Tints of Killarney #507757

RGB

 RED value IS 80 (31.64% from 255) = 27.97%

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 87 (34.38% from 255) = 30.42%

R = 27.97%
G = 41.61%
B = 30.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#507757 (or 0x507757) is known color: Killarney. HEX triplet: 50, 77 and 57. RGB value is (80,119,87). Sum of RGB (Red+Green+Blue) = 80+119+87=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #507757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507757 is #AF88A8. Grayscale: #676767. Windows color (decimal): -11503785 or 5732176. OLE color: 5732176.

HSL color Cylindrical-coordinate representation of color #507757: hue angle of 130.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507757 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 87 -
CMYK 0.33 0 0.27 0.53
HSL 130.77º 0.2% 0.39% -
HSV(B) 130.77º 0.33% 0.47% -
XYZ 11.63 15.59 11.41 -
YUV 103.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 80 119 87 0.33 0 0.27 0.53 130.77 0.2 0.39
Hex 50 77 57 21 0 1B 35 83 14 27
Octal 120 167 127 41 0 33 65 203 24 47
Binary 1010000 1110111 1010111 100001 0 11011 110101 10000011 10100 100111

Color Harmonies of #507757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507757

Black with #507757

Text Example


Text Example

White with #507757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507757; }

 p { color: rgb(80,119,87); }

 H1.HeaderClassName
 {
   color: #507757;
 }
 .AnyTagClassName
 {
   color: #507757;
 }
</style>

background-color css

<style>
 a { background-color: #507757; }

 a { background-color: rgb(80,119,87); }

 div.DivClassName
 {
   background-color: #507757;
 }
 .BgClassName
 {
   background-color: #507757;
 }
</style>

border-color css

<style>
 span { border-color: #507757; }

 span { border-color: rgb(80,119,87); }

 td.TdClassName
 {
   border-color: #507757;
 }
 .TagClassName
 {
   border-color: #507757;
 }
</style>