Html Css Color HEX #769676 Davy's Grey

📋 copy color: '#769676'

red 118 ◦ green 150 ◦ blue 118

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

Shades of Davy's Grey #769676

Tints of Davy's Grey #769676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

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

R = 30.57%
G = 38.86%
B = 30.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#769676 (or 0x769676) is known color: Davy's Grey. HEX triplet: 76, 96 and 76. RGB value is (118,150,118). Sum of RGB (Red+Green+Blue) = 118+150+118=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #769676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769676 is #896989. Grayscale: #888888. Windows color (decimal): -9005450 or 7771766. OLE color: 7771766.

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

Color convert

RGB 118 150 118 -
CMYK 0.21 0 0.21 0.41
HSL 120º 0.13% 0.53% -
HSV(B) 120º 0.21% 0.59% -
XYZ 21.65 26.97 21.2 -
YUV 136.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 118 150 118 0.21 0 0.21 0.41 120 0.13 0.53
Hex 76 96 76 15 0 15 29 78 D 35
Octal 166 226 166 25 0 25 51 170 15 65
Binary 1110110 10010110 1110110 10101 0 10101 101001 1111000 1101 110101

Color Harmonies of #769676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769676

Black with #769676

Text Example


Text Example

White with #769676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769676; }

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

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

background-color css

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

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

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

border-color css

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

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

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