#748775

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

Shades of Davy's Grey #748775

Tints of Davy's Grey #748775

Color information

#748775 (or 0x748775) is unknown color: approx Davy's Grey. HEX triplet: 74, 87 and 75. RGB value is (116,135,117). Sum of RGB (Red+Green+Blue) = 116+135+117=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #748775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748775 is #8B788A. Grayscale: #7F7F7F. Windows color (decimal): -9140363 or 7702388. OLE color: 7702388.

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

Color convert

RGB116135117-
CMYK0.1400.130.47
HSL123.16º7.57%49.22%-
HSV(B)123.16º14.07%52.94%-
XYZ19.0822.3320.13-
YUV127.27122.21119.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=31.52%
G=36.68%
B=31.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351170.1400.130.47123.167.5749.22
Hex748775E0D2F7b831
Octal16420716516015571731061
Binary111010010000111111010111100110110111111110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748775; }

 p { color: rgb(116,135,117); }

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

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

 a { background-color: rgb(116,135,117); }

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

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

 span { border-color: rgb(116,135,117); }

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