Html Css Color HEX #769372 Davy's Grey

📋 copy color: '#769372'

red 118 ◦ green 147 ◦ blue 114

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

Shades of Davy's Grey #769372

Tints of Davy's Grey #769372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.08%

R = 31.13%
G = 38.79%
B = 30.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#769372 (or 0x769372) is known color: Davy's Grey. HEX triplet: 76, 93 and 72. RGB value is (118,147,114). Sum of RGB (Red+Green+Blue) = 118+147+114=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #769372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769372 is #896C8D. Grayscale: #868686. Windows color (decimal): -9006222 or 7508854. OLE color: 7508854.

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

Color convert

RGB 118 147 114 -
CMYK 0.20 0 0.22 0.42
HSL 112.73º 0.13% 0.51% -
HSV(B) 112.73º 0.22% 0.58% -
XYZ 20.94 25.93 19.82 -
YUV 134.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 118 147 114 0.20 0 0.22 0.42 112.73 0.13 0.51
Hex 76 93 72 14 0 16 2A 71 D 33
Octal 166 223 162 24 0 26 52 161 15 63
Binary 1110110 10010011 1110010 10100 0 10110 101010 1110001 1101 110011

Color Harmonies of #769372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769372

Black with #769372

Text Example


Text Example

White with #769372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769372; }

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

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

background-color css

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

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

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

border-color css

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

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

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