Html Css Color HEX #5E754C Dingley

📋 copy color: '#5E754C'

red 94 ◦ green 117 ◦ blue 76

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

Shades of Dingley #5E754C

Tints of Dingley #5E754C

RGB

 RED value IS 94 (37.11% from 255) = 32.75%

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 32.75%
G = 40.77%
B = 26.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#5E754C (or 0x5E754C) is known color: Dingley. HEX triplet: 5E, 75 and 4C. RGB value is (94,117,76). Sum of RGB (Red+Green+Blue) = 94+117+76=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #5E754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E754C is #A18AB3. Grayscale: #696969. Windows color (decimal): -10586804 or 5010782. OLE color: 5010782.

HSL color Cylindrical-coordinate representation of color #5E754C: hue angle of 93.66º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E754C is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 76 -
CMYK 0.20 0 0.35 0.54
HSL 93.66º 0.21% 0.38% -
HSV(B) 93.66º 0.35% 0.46% -
XYZ 12.28 15.62 9.21 -
YUV 105.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 94 117 76 0.20 0 0.35 0.54 93.66 0.21 0.38
Hex 5E 75 4C 14 0 23 36 5E 15 26
Octal 136 165 114 24 0 43 66 136 25 46
Binary 1011110 1110101 1001100 10100 0 100011 110110 1011110 10101 100110

Color Harmonies of #5E754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E754C

Black with #5E754C

Text Example


Text Example

White with #5E754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,76); }

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

background-color css

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

 a { background-color: rgb(94,117,76); }

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

border-color css

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

 span { border-color: rgb(94,117,76); }

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