Html Css Color HEX #5E764D Dingley

📋 copy color: '#5E764D'

red 94 ◦ green 118 ◦ blue 77

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

Shades of Dingley #5E764D

Tints of Dingley #5E764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

 BLUE value IS 77 (30.47% from 255) = 26.64%

R = 32.53%
G = 40.83%
B = 26.64%

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

#5E764D (or 0x5E764D) is known color: Dingley. HEX triplet: 5E, 76 and 4D. RGB value is (94,118,77). Sum of RGB (Red+Green+Blue) = 94+118+77=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #5E764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E764D is #A189B2. Grayscale: #6A6A6A. Windows color (decimal): -10586547 or 5076574. OLE color: 5076574.

HSL color Cylindrical-coordinate representation of color #5E764D: hue angle of 95.12º 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 #5E764D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 118 77 -
CMYK 0.20 0 0.35 0.54
HSL 95.12º 0.21% 0.38% -
HSV(B) 95.12º 0.35% 0.46% -
XYZ 12.43 15.87 9.43 -
YUV 106.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 94 118 77 0.20 0 0.35 0.54 95.12 0.21 0.38
Hex 5E 76 4D 14 0 23 36 5F 15 26
Octal 136 166 115 24 0 43 66 137 25 46
Binary 1011110 1110110 1001101 10100 0 100011 110110 1011111 10101 100110

Color Harmonies of #5E764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E764D

Black with #5E764D

Text Example


Text Example

White with #5E764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,118,77); }

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

background-color css

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

 a { background-color: rgb(94,118,77); }

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

border-color css

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

 span { border-color: rgb(94,118,77); }

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