#705772

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

Shades of Fedora #705772

Tints of Fedora #705772

Color information

#705772 (or 0x705772) is unknown color: approx Fedora. HEX triplet: 70, 57 and 72. RGB value is (112,87,114). Sum of RGB (Red+Green+Blue) = 112+87+114=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #705772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705772 is #8FA88D. Grayscale: #616161. Windows color (decimal): -9414798 or 7493488. OLE color: 7493488.

HSL color Cylindrical-coordinate representation of color #705772: hue angle of 295.56º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705772 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11287114-
CMYK0.020.2400.55
HSL295.56º13.43%39.41%-
HSV(B)295.56º23.68%44.71%-
XYZ13.1311.4817.44-
YUV97.55137.28138.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=35.78%
G=27.80%
B=36.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112871140.020.2400.55295.5613.4339.41
Hex705772218037128d27
Octal1601271622300674501547
Binary111000010101111110010101100001101111001010001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705772; }

 p { color: rgb(112,87,114); }

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

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

 a { background-color: rgb(112,87,114); }

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

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

 span { border-color: rgb(112,87,114); }

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