Html Css Color HEX #769376 Davy's Grey

📋 copy color: '#769376'

red 118 ◦ green 147 ◦ blue 118

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

Shades of Davy's Grey #769376

Tints of Davy's Grey #769376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 30.81%
G = 38.38%
B = 30.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#769376 (or 0x769376) is known color: Davy's Grey. HEX triplet: 76, 93 and 76. RGB value is (118,147,118). Sum of RGB (Red+Green+Blue) = 118+147+118=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #769376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769376 is #896C89. Grayscale: #878787. Windows color (decimal): -9006218 or 7770998. OLE color: 7770998.

HSL color Cylindrical-coordinate representation of color #769376: hue angle of 120º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769376 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 118 -
CMYK 0.20 0 0.20 0.42
HSL 120º 0.12% 0.52% -
HSV(B) 120º 0.2% 0.58% -
XYZ 21.17 26.03 21.05 -
YUV 135.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 118 147 118 0.20 0 0.20 0.42 120 0.12 0.52
Hex 76 93 76 14 0 14 2A 78 C 34
Octal 166 223 166 24 0 24 52 170 14 64
Binary 1110110 10010011 1110110 10100 0 10100 101010 1111000 1100 110100

Color Harmonies of #769376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769376

Black with #769376

Text Example


Text Example

White with #769376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769376; }

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

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

background-color css

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

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

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

border-color css

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

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

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