Html Css Color HEX #5E774D Dingley

📋 copy color: '#5E774D'

red 94 ◦ green 119 ◦ blue 77

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

Shades of Dingley #5E774D

Tints of Dingley #5E774D

RGB

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

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

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

R = 32.41%
G = 41.03%
B = 26.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#5E774D (or 0x5E774D) is known color: Dingley. HEX triplet: 5E, 77 and 4D. RGB value is (94,119,77). Sum of RGB (Red+Green+Blue) = 94+119+77=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #5E774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E774D is #A188B2. Grayscale: #6A6A6A. Windows color (decimal): -10586291 or 5076830. OLE color: 5076830.

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

Color convert

RGB 94 119 77 -
CMYK 0.21 0 0.35 0.53
HSL 95.71º 0.21% 0.38% -
HSV(B) 95.71º 0.35% 0.47% -
XYZ 12.55 16.11 9.47 -
YUV 106.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 94 119 77 0.21 0 0.35 0.53 95.71 0.21 0.38
Hex 5E 77 4D 15 0 23 35 60 15 26
Octal 136 167 115 25 0 43 65 140 25 46
Binary 1011110 1110111 1001101 10101 0 100011 110101 1100000 10101 100110

Color Harmonies of #5E774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E774D

Black with #5E774D

Text Example


Text Example

White with #5E774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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