Html Css Color HEX #705772 Fedora

📋 copy color: '#705772'

red 112 ◦ green 87 ◦ blue 114

#705772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #705772

Tints of Fedora #705772

RGB

 RED value IS 112 (44.14% from 255) = 35.78%

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 35.78%
G = 27.8%
B = 36.42%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705772 (or 0x705772) is known color: 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

RGB 112 87 114 -
CMYK 0.02 0.24 0 0.55
HSL 295.56º 0.13% 0.39% -
HSV(B) 295.56º 0.24% 0.45% -
XYZ 13.13 11.48 17.44 -
YUV 97.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 112 87 114 0.02 0.24 0 0.55 295.56 0.13 0.39
Hex 70 57 72 2 18 0 37 128 D 27
Octal 160 127 162 2 30 0 67 450 15 47
Binary 1110000 1010111 1110010 10 11000 0 110111 100101000 1101 100111

Color Harmonies of #705772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705772

Black with #705772

Text Example


Text Example

White with #705772

Text Example


Text Example

HTML Codes & Css Web 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>