Html Css Color HEX #769175 Davy's Grey

📋 copy color: '#769175'

red 118 ◦ green 145 ◦ blue 117

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

Shades of Davy's Grey #769175

Tints of Davy's Grey #769175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 31.05%
G = 38.16%
B = 30.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#769175 (or 0x769175) is known color: Davy's Grey. HEX triplet: 76, 91 and 75. RGB value is (118,145,117). Sum of RGB (Red+Green+Blue) = 118+145+117=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #769175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769175 is #896E8A. Grayscale: #858585. Windows color (decimal): -9006731 or 7704950. OLE color: 7704950.

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

Color convert

RGB 118 145 117 -
CMYK 0.19 0 0.19 0.43
HSL 117.86º 0.11% 0.51% -
HSV(B) 117.86º 0.19% 0.57% -
XYZ 20.81 25.39 20.63 -
YUV 133.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 118 145 117 0.19 0 0.19 0.43 117.86 0.11 0.51
Hex 76 91 75 13 0 13 2B 76 B 33
Octal 166 221 165 23 0 23 53 166 13 63
Binary 1110110 10010001 1110101 10011 0 10011 101011 1110110 1011 110011

Color Harmonies of #769175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769175

Black with #769175

Text Example


Text Example

White with #769175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769175; }

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

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

background-color css

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

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

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

border-color css

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

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

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