#705075

Color #705075 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #705075

Tints of Fedora #705075

Color information

#705075 (or 0x705075) is unknown color: approx Fedora. HEX triplet: 70, 50 and 75. RGB value is (112,80,117). Sum of RGB (Red+Green+Blue) = 112+80+117=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #705075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705075 is #8FAF8A. Grayscale: #5D5D5D. Windows color (decimal): -9416587 or 7688304. OLE color: 7688304.

HSL color Cylindrical-coordinate representation of color #705075: hue angle of 291.89º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705075 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11280117-
CMYK0.040.3200.54
HSL291.89º18.78%38.63%-
HSV(B)291.89º31.62%45.88%-
XYZ12.7610.4718.18-
YUV93.79141.1140.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=36.25%
G=25.89%
B=37.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112801170.040.3200.54291.8918.7838.63
Hex7050754200361241327
Octal1601201654400664442347
Binary111000010100001110101100100000011011010010010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705075; }

 p { color: rgb(112,80,117); }

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

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

 a { background-color: rgb(112,80,117); }

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

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

 span { border-color: rgb(112,80,117); }

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