Html Css Color HEX #768576 Davy's Grey

📋 copy color: '#768576'

red 118 ◦ green 133 ◦ blue 118

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

Shades of Davy's Grey #768576

Tints of Davy's Grey #768576

RGB

 RED value IS 118 (46.48% from 255) = 31.98%

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 31.98%
G = 36.04%
B = 31.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#768576 (or 0x768576) is known color: Davy's Grey. HEX triplet: 76, 85 and 76. RGB value is (118,133,118). Sum of RGB (Red+Green+Blue) = 118+133+118=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #768576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768576 is #897A89. Grayscale: #7E7E7E. Windows color (decimal): -9009802 or 7767414. OLE color: 7767414.

HSL color Cylindrical-coordinate representation of color #768576: hue angle of 120º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768576 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 118 -
CMYK 0.11 0 0.11 0.48
HSL 120º 0.06% 0.49% -
HSV(B) 120º 0.11% 0.52% -
XYZ 19.13 21.93 20.37 -
YUV 126.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 118 133 118 0.11 0 0.11 0.48 120 0.06 0.49
Hex 76 85 76 B 0 B 30 78 6 31
Octal 166 205 166 13 0 13 60 170 6 61
Binary 1110110 10000101 1110110 1011 0 1011 110000 1111000 110 110001

Color Harmonies of #768576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768576

Black with #768576

Text Example


Text Example

White with #768576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768576; }

 p { color: rgb(118,133,118); }

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

background-color css

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

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

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

border-color css

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

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

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