Html Css Color HEX #769876 Davy's Grey

📋 copy color: '#769876'

red 118 ◦ green 152 ◦ blue 118

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

Shades of Davy's Grey #769876

Tints of Davy's Grey #769876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 30.41%
G = 39.18%
B = 30.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#769876 (or 0x769876) is known color: Davy's Grey. HEX triplet: 76, 98 and 76. RGB value is (118,152,118). Sum of RGB (Red+Green+Blue) = 118+152+118=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #769876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769876 is #896789. Grayscale: #8A8A8A. Windows color (decimal): -9004938 or 7772278. OLE color: 7772278.

HSL color Cylindrical-coordinate representation of color #769876: hue angle of 120º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769876 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 118 -
CMYK 0.22 0 0.22 0.40
HSL 120º 0.14% 0.53% -
HSV(B) 120º 0.22% 0.6% -
XYZ 21.97 27.62 21.31 -
YUV 137.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 118 152 118 0.22 0 0.22 0.40 120 0.14 0.53
Hex 76 98 76 16 0 16 28 78 E 35
Octal 166 230 166 26 0 26 50 170 16 65
Binary 1110110 10011000 1110110 10110 0 10110 101000 1111000 1110 110101

Color Harmonies of #769876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769876

Black with #769876

Text Example


Text Example

White with #769876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769876; }

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

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

background-color css

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

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

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

border-color css

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

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

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