Html Css Color HEX #769073 Davy's Grey

📋 copy color: '#769073'

red 118 ◦ green 144 ◦ blue 115

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

Shades of Davy's Grey #769073

Tints of Davy's Grey #769073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 31.3%
G = 38.2%
B = 30.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#769073 (or 0x769073) is known color: Davy's Grey. HEX triplet: 76, 90 and 73. RGB value is (118,144,115). Sum of RGB (Red+Green+Blue) = 118+144+115=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #769073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769073 is #896F8C. Grayscale: #858585. Windows color (decimal): -9006989 or 7573622. OLE color: 7573622.

HSL color Cylindrical-coordinate representation of color #769073: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769073 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 115 -
CMYK 0.18 0 0.20 0.44
HSL 113.79º 0.12% 0.51% -
HSV(B) 113.79º 0.2% 0.56% -
XYZ 20.54 25.04 19.97 -
YUV 132.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 118 144 115 0.18 0 0.20 0.44 113.79 0.12 0.51
Hex 76 90 73 12 0 14 2C 72 C 33
Octal 166 220 163 22 0 24 54 162 14 63
Binary 1110110 10010000 1110011 10010 0 10100 101100 1110010 1100 110011

Color Harmonies of #769073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769073

Black with #769073

Text Example


Text Example

White with #769073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769073; }

 p { color: rgb(118,144,115); }

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

background-color css

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

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

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

border-color css

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

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

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