#769377

Color #769377 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #769377

Tints of Davy's Grey #769377

Color information

#769377 (or 0x769377) is unknown color: approx Davy's Grey. HEX triplet: 76, 93 and 77. RGB value is (118,147,119). Sum of RGB (Red+Green+Blue) = 118+147+119=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #769377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769377 is #896C88. Grayscale: #878787. Windows color (decimal): -9006217 or 7836534. OLE color: 7836534.

HSL color Cylindrical-coordinate representation of color #769377: hue angle of 122.07º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #769377 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB118147119-
CMYK0.2000.190.42
HSL122.07º11.84%51.96%-
HSV(B)122.07º19.73%57.65%-
XYZ21.2326.0521.36-
YUV135.14118.89115.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=30.73%
G=38.28%
B=30.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471190.2000.190.42122.0711.8451.96
Hex769377140132A7ac34
Octal16622316724023521721464
Binary11101101001001111101111010001001110101011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769377; }

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

 H1.HeaderClassName
 {
   color: #769377;
 }
 .AnyTagClassName
 {
   color: #769377;
 }
</style>
background-color css

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

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

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

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

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

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