Html Css Color HEX #5A7744 Dingley

📋 copy color: '#5A7744'

red 90 ◦ green 119 ◦ blue 68

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

Shades of Dingley #5A7744

Tints of Dingley #5A7744

RGB

 RED value IS 90 (35.55% from 255) = 32.49%

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 32.49%
G = 42.96%
B = 24.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#5A7744 (or 0x5A7744) is known color: Dingley. HEX triplet: 5A, 77 and 44. RGB value is (90,119,68). Sum of RGB (Red+Green+Blue) = 90+119+68=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7744 is #A588BB. Grayscale: #686868. Windows color (decimal): -10848444 or 4487002. OLE color: 4487002.

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

Color convert

RGB 90 119 68 -
CMYK 0.24 0 0.43 0.53
HSL 94.12º 0.27% 0.37% -
HSV(B) 94.12º 0.43% 0.47% -
XYZ 11.86 15.78 7.89 -
YUV 104.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 90 119 68 0.24 0 0.43 0.53 94.12 0.27 0.37
Hex 5A 77 44 18 0 2B 35 5E 1B 25
Octal 132 167 104 30 0 53 65 136 33 45
Binary 1011010 1110111 1000100 11000 0 101011 110101 1011110 11011 100101

Color Harmonies of #5A7744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7744

Black with #5A7744

Text Example


Text Example

White with #5A7744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,68); }

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

background-color css

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

 a { background-color: rgb(90,119,68); }

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

border-color css

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

 span { border-color: rgb(90,119,68); }

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