#769575

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

Shades of Davy's Grey #769575

Tints of Davy's Grey #769575

Color information

#769575 (or 0x769575) is unknown color: approx Davy's Grey. HEX triplet: 76, 95 and 75. RGB value is (118,149,117). Sum of RGB (Red+Green+Blue) = 118+149+117=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #769575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769575 is #896A8A. Grayscale: #888888. Windows color (decimal): -9005707 or 7705974. OLE color: 7705974.

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

Color convert

RGB118149117-
CMYK0.2100.210.42
HSL118.12º13.11%52.16%-
HSV(B)118.12º21.48%58.43%-
XYZ21.4326.6320.84-
YUV136.08117.23115.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=30.73%
G=38.80%
B=30.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491170.2100.210.42118.1213.1152.16
Hex769575150152A76d34
Octal16622516525025521661564
Binary11101101001010111101011010101010110101011101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769575; }

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

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

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

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

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

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

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

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