Html Css Color HEX #769174 Davy's Grey

📋 copy color: '#769174'

red 118 ◦ green 145 ◦ blue 116

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

Shades of Davy's Grey #769174

Tints of Davy's Grey #769174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 31.13%
G = 38.26%
B = 30.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#769174 (or 0x769174) is known color: Davy's Grey. HEX triplet: 76, 91 and 74. RGB value is (118,145,116). Sum of RGB (Red+Green+Blue) = 118+145+116=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #769174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769174 is #896E8B. Grayscale: #858585. Windows color (decimal): -9006732 or 7639414. OLE color: 7639414.

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

Color convert

RGB 118 145 116 -
CMYK 0.19 0 0.2 0.43
HSL 115.86º 0.12% 0.51% -
HSV(B) 115.86º 0.2% 0.57% -
XYZ 20.75 25.36 20.33 -
YUV 133.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 118 145 116 0.19 0 0.2 0.43 115.86 0.12 0.51
Hex 76 91 74 13 0 14 2B 74 C 33
Octal 166 221 164 23 0 24 53 164 14 63
Binary 1110110 10010001 1110100 10011 0 10100 101011 1110100 1100 110011

Color Harmonies of #769174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769174

Black with #769174

Text Example


Text Example

White with #769174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769174; }

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

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

background-color css

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

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

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

border-color css

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

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

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