Html Css Color HEX #5D764D Dingley

📋 copy color: '#5D764D'

red 93 ◦ green 118 ◦ blue 77

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

Shades of Dingley #5D764D

Tints of Dingley #5D764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.97%

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

R = 32.29%
G = 40.97%
B = 26.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#5D764D (or 0x5D764D) is known color: Dingley. HEX triplet: 5D, 76 and 4D. RGB value is (93,118,77). Sum of RGB (Red+Green+Blue) = 93+118+77=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #5D764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D764D is #A289B2. Grayscale: #696969. Windows color (decimal): -10652083 or 5076573. OLE color: 5076573.

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

Color convert

RGB 93 118 77 -
CMYK 0.21 0 0.35 0.54
HSL 96.59º 0.21% 0.38% -
HSV(B) 96.59º 0.35% 0.46% -
XYZ 12.33 15.82 9.42 -
YUV 105.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 93 118 77 0.21 0 0.35 0.54 96.59 0.21 0.38
Hex 5D 76 4D 15 0 23 36 61 15 26
Octal 135 166 115 25 0 43 66 141 25 46
Binary 1011101 1110110 1001101 10101 0 100011 110110 1100001 10101 100110

Color Harmonies of #5D764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D764D

Black with #5D764D

Text Example


Text Example

White with #5D764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,118,77); }

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

background-color css

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

 a { background-color: rgb(93,118,77); }

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

border-color css

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

 span { border-color: rgb(93,118,77); }

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