Html Css Color HEX #5C764D Dingley

📋 copy color: '#5C764D'

red 92 ◦ green 118 ◦ blue 77

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

Shades of Dingley #5C764D

Tints of Dingley #5C764D

RGB

 RED value IS 92 (36.33% from 255) = 32.06%

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

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

R = 32.06%
G = 41.11%
B = 26.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#5C764D (or 0x5C764D) is known color: Dingley. HEX triplet: 5C, 76 and 4D. RGB value is (92,118,77). Sum of RGB (Red+Green+Blue) = 92+118+77=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #5C764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C764D is #A389B2. Grayscale: #696969. Windows color (decimal): -10717619 or 5076572. OLE color: 5076572.

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

Color convert

RGB 92 118 77 -
CMYK 0.22 0 0.35 0.54
HSL 98.05º 0.21% 0.38% -
HSV(B) 98.05º 0.35% 0.46% -
XYZ 12.23 15.77 9.42 -
YUV 105.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 92 118 77 0.22 0 0.35 0.54 98.05 0.21 0.38
Hex 5C 76 4D 16 0 23 36 62 15 26
Octal 134 166 115 26 0 43 66 142 25 46
Binary 1011100 1110110 1001101 10110 0 100011 110110 1100010 10101 100110

Color Harmonies of #5C764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C764D

Black with #5C764D

Text Example


Text Example

White with #5C764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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