#768375

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

Shades of Davy's Grey #768375

Tints of Davy's Grey #768375

Color information

#768375 (or 0x768375) is unknown color: approx Davy's Grey. HEX triplet: 76, 83 and 75. RGB value is (118,131,117). Sum of RGB (Red+Green+Blue) = 118+131+117=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #768375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768375 is #897C8A. Grayscale: #7D7D7D. Windows color (decimal): -9010315 or 7701366. OLE color: 7701366.

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

Color convert

RGB118131117-
CMYK0.1000.110.49
HSL115.71º5.65%48.63%-
HSV(B)115.71º10.69%51.37%-
XYZ18.821.3719.96-
YUV125.52123.19122.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=32.24%
G=35.79%
B=31.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181311170.1000.110.49115.715.6548.63
Hex768375A0B3174631
Octal1662031651201361164661
Binary11101101000001111101011010010111100011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768375; }

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

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

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

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

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

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

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

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