Html Css Color HEX #769173 Davy's Grey

📋 copy color: '#769173'

red 118 ◦ green 145 ◦ blue 115

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

Shades of Davy's Grey #769173

Tints of Davy's Grey #769173

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

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

R = 31.22%
G = 38.36%
B = 30.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#769173 (or 0x769173) is known color: Davy's Grey. HEX triplet: 76, 91 and 73. RGB value is (118,145,115). Sum of RGB (Red+Green+Blue) = 118+145+115=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #769173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769173 is #896E8C. Grayscale: #858585. Windows color (decimal): -9006733 or 7573878. OLE color: 7573878.

HSL color Cylindrical-coordinate representation of color #769173: hue angle of 114º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769173 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 115 -
CMYK 0.19 0 0.21 0.43
HSL 114º 0.12% 0.51% -
HSV(B) 114º 0.21% 0.57% -
XYZ 20.69 25.34 20.02 -
YUV 133.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 118 145 115 0.19 0 0.21 0.43 114 0.12 0.51
Hex 76 91 73 13 0 15 2B 72 C 33
Octal 166 221 163 23 0 25 53 162 14 63
Binary 1110110 10010001 1110011 10011 0 10101 101011 1110010 1100 110011

Color Harmonies of #769173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769173

Black with #769173

Text Example


Text Example

White with #769173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769173; }

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

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

background-color css

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

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

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

border-color css

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

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

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