Html Css Color HEX #5C775F Killarney

📋 copy color: '#5C775F'

red 92 ◦ green 119 ◦ blue 95

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

Shades of Killarney #5C775F

Tints of Killarney #5C775F

RGB

 RED value IS 92 (36.33% from 255) = 30.07%

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 30.07%
G = 38.89%
B = 31.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#5C775F (or 0x5C775F) is known color: Killarney. HEX triplet: 5C, 77 and 5F. RGB value is (92,119,95). Sum of RGB (Red+Green+Blue) = 92+119+95=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #5C775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C775F is #A388A0. Grayscale: #6C6C6C. Windows color (decimal): -10717345 or 6256476. OLE color: 6256476.

HSL color Cylindrical-coordinate representation of color #5C775F: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C775F is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 119 95 -
CMYK 0.23 0 0.20 0.53
HSL 126.67º 0.13% 0.41% -
HSV(B) 126.67º 0.23% 0.47% -
XYZ 13.08 16.3 13.28 -
YUV 108.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 92 119 95 0.23 0 0.20 0.53 126.67 0.13 0.41
Hex 5C 77 5F 17 0 14 35 7F D 29
Octal 134 167 137 27 0 24 65 177 15 51
Binary 1011100 1110111 1011111 10111 0 10100 110101 1111111 1101 101001

Color Harmonies of #5C775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C775F

Black with #5C775F

Text Example


Text Example

White with #5C775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C775F; }

 p { color: rgb(92,119,95); }

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

background-color css

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

 a { background-color: rgb(92,119,95); }

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

border-color css

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

 span { border-color: rgb(92,119,95); }

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