Html Css Color HEX #769177 Davy's Grey

📋 copy color: '#769177'

red 118 ◦ green 145 ◦ blue 119

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

Shades of Davy's Grey #769177

Tints of Davy's Grey #769177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 30.89%
G = 37.96%
B = 31.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#769177 (or 0x769177) is known color: Davy's Grey. HEX triplet: 76, 91 and 77. RGB value is (118,145,119). Sum of RGB (Red+Green+Blue) = 118+145+119=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #769177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769177 is #896E88. Grayscale: #868686. Windows color (decimal): -9006729 or 7836022. OLE color: 7836022.

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

Color convert

RGB 118 145 119 -
CMYK 0.19 0 0.18 0.43
HSL 122.22º 0.11% 0.52% -
HSV(B) 122.22º 0.19% 0.57% -
XYZ 20.93 25.43 21.26 -
YUV 133.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 118 145 119 0.19 0 0.18 0.43 122.22 0.11 0.52
Hex 76 91 77 13 0 12 2B 7A B 34
Octal 166 221 167 23 0 22 53 172 13 64
Binary 1110110 10010001 1110111 10011 0 10010 101011 1111010 1011 110100

Color Harmonies of #769177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769177

Black with #769177

Text Example


Text Example

White with #769177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769177; }

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

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

background-color css

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

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

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

border-color css

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

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

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