Html Css Color HEX #5E794C Dingley

📋 copy color: '#5E794C'

red 94 ◦ green 121 ◦ blue 76

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

Shades of Dingley #5E794C

Tints of Dingley #5E794C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

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

R = 32.3%
G = 41.58%
B = 26.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#5E794C (or 0x5E794C) is known color: Dingley. HEX triplet: 5E, 79 and 4C. RGB value is (94,121,76). Sum of RGB (Red+Green+Blue) = 94+121+76=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #5E794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E794C is #A186B3. Grayscale: #6B6B6B. Windows color (decimal): -10585780 or 5011806. OLE color: 5011806.

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

Color convert

RGB 94 121 76 -
CMYK 0.22 0 0.37 0.53
HSL 96º 0.23% 0.39% -
HSV(B) 96º 0.37% 0.47% -
XYZ 12.76 16.58 9.36 -
YUV 107.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 94 121 76 0.22 0 0.37 0.53 96 0.23 0.39
Hex 5E 79 4C 16 0 25 35 60 17 27
Octal 136 171 114 26 0 45 65 140 27 47
Binary 1011110 1111001 1001100 10110 0 100101 110101 1100000 10111 100111

Color Harmonies of #5E794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E794C

Black with #5E794C

Text Example


Text Example

White with #5E794C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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