#778B75

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

Shades of Davy's Grey #778B75

Tints of Davy's Grey #778B75

Color information

#778B75 (or 0x778B75) is unknown color: approx Davy's Grey. HEX triplet: 77, 8B and 75. RGB value is (119,139,117). Sum of RGB (Red+Green+Blue) = 119+139+117=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #778B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B75 is #88748A. Grayscale: #828282. Windows color (decimal): -8942731 or 7703415. OLE color: 7703415.

HSL color Cylindrical-coordinate representation of color #778B75: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778B75 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB119139117-
CMYK0.1400.160.45
HSL114.55º8.66%50.2%-
HSV(B)114.55º15.83%54.51%-
XYZ20.0523.6720.34-
YUV130.51120.37119.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=31.73%
G=37.07%
B=31.2%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191391170.1400.160.45114.558.6650.2
Hex778B75E0102D73932
Octal16721316516020551631162
Binary1110111100010111110101111001000010110111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778B75; }

 p { color: rgb(119,139,117); }

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

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

 a { background-color: rgb(119,139,117); }

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

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

 span { border-color: rgb(119,139,117); }

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