Html Css Color HEX #5E774B Dingley

📋 copy color: '#5E774B'

red 94 ◦ green 119 ◦ blue 75

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

Shades of Dingley #5E774B

Tints of Dingley #5E774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 32.64%
G = 41.32%
B = 26.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#5E774B (or 0x5E774B) is known color: Dingley. HEX triplet: 5E, 77 and 4B. RGB value is (94,119,75). Sum of RGB (Red+Green+Blue) = 94+119+75=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #5E774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E774B is #A188B4. Grayscale: #6A6A6A. Windows color (decimal): -10586293 or 4945758. OLE color: 4945758.

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

Color convert

RGB 94 119 75 -
CMYK 0.21 0 0.37 0.53
HSL 94.09º 0.23% 0.38% -
HSV(B) 94.09º 0.37% 0.47% -
XYZ 12.48 16.08 9.1 -
YUV 106.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 94 119 75 0.21 0 0.37 0.53 94.09 0.23 0.38
Hex 5E 77 4B 15 0 25 35 5E 17 26
Octal 136 167 113 25 0 45 65 136 27 46
Binary 1011110 1110111 1001011 10101 0 100101 110101 1011110 10111 100110

Color Harmonies of #5E774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E774B

Black with #5E774B

Text Example


Text Example

White with #5E774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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