Html Css Color HEX #5D774B Dingley

📋 copy color: '#5D774B'

red 93 ◦ green 119 ◦ blue 75

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

Shades of Dingley #5D774B

Tints of Dingley #5D774B

RGB

 RED value IS 93 (36.72% from 255) = 32.4%

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

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

R = 32.4%
G = 41.46%
B = 26.13%

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

#5D774B (or 0x5D774B) is known color: Dingley. HEX triplet: 5D, 77 and 4B. RGB value is (93,119,75). Sum of RGB (Red+Green+Blue) = 93+119+75=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #5D774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D774B is #A288B4. Grayscale: #6A6A6A. Windows color (decimal): -10651829 or 4945757. OLE color: 4945757.

HSL color Cylindrical-coordinate representation of color #5D774B: hue angle of 95.45º 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 #5D774B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 75 -
CMYK 0.22 0 0.37 0.53
HSL 95.45º 0.23% 0.38% -
HSV(B) 95.45º 0.37% 0.47% -
XYZ 12.38 16.03 9.1 -
YUV 106.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 93 119 75 0.22 0 0.37 0.53 95.45 0.23 0.38
Hex 5D 77 4B 16 0 25 35 5F 17 26
Octal 135 167 113 26 0 45 65 137 27 46
Binary 1011101 1110111 1001011 10110 0 100101 110101 1011111 10111 100110

Color Harmonies of #5D774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D774B

Black with #5D774B

Text Example


Text Example

White with #5D774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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