#768875

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

Shades of Davy's Grey #768875

Tints of Davy's Grey #768875

Color information

#768875 (or 0x768875) is unknown color: approx Davy's Grey. HEX triplet: 76, 88 and 75. RGB value is (118,136,117). Sum of RGB (Red+Green+Blue) = 118+136+117=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #768875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768875 is #89778A. Grayscale: #808080. Windows color (decimal): -9009035 or 7702646. OLE color: 7702646.

HSL color Cylindrical-coordinate representation of color #768875: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768875 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB118136117-
CMYK0.1300.140.47
HSL116.84º7.51%49.61%-
HSV(B)116.84º13.97%53.33%-
XYZ19.4922.7420.19-
YUV128.45121.54120.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=31.81%
G=36.66%
B=31.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181361170.1300.140.47116.847.5149.61
Hex768875D0E2F75832
Octal16621016515016571651062
Binary111011010001000111010111010111010111111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768875; }

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

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

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

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

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

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

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

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