#748975

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

Shades of Davy's Grey #748975

Tints of Davy's Grey #748975

Color information

#748975 (or 0x748975) is unknown color: approx Davy's Grey. HEX triplet: 74, 89 and 75. RGB value is (116,137,117). Sum of RGB (Red+Green+Blue) = 116+137+117=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #748975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748975 is #8B768A. Grayscale: #808080. Windows color (decimal): -9139851 or 7702900. OLE color: 7702900.

HSL color Cylindrical-coordinate representation of color #748975: hue angle of 122.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748975 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB116137117-
CMYK0.1500.150.46
HSL122.86º8.3%49.61%-
HSV(B)122.86º15.33%53.73%-
XYZ19.3622.8920.23-
YUV128.44121.54119.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=31.35%
G=37.03%
B=31.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161371170.1500.150.46122.868.349.61
Hex748975F0F2E7b832
Octal16421116517017561731062
Binary111010010001001111010111110111110111011110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748975; }

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

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

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

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

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

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

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

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