Html Css Color HEX #705172 Fedora

📋 copy color: '#705172'

red 112 ◦ green 81 ◦ blue 114

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

Shades of Fedora #705172

Tints of Fedora #705172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 36.48%
G = 26.38%
B = 37.13%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705172 (or 0x705172) is known color: Fedora. HEX triplet: 70, 51 and 72. RGB value is (112,81,114). Sum of RGB (Red+Green+Blue) = 112+81+114=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 114 - color contains mainly: blue. Hex color #705172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705172 is #8FAE8D. Grayscale: #5D5D5D. Windows color (decimal): -9416334 or 7491952. OLE color: 7491952.

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

Color convert

RGB 112 81 114 -
CMYK 0.02 0.29 0 0.55
HSL 296.36º 0.17% 0.38% -
HSV(B) 296.36º 0.29% 0.45% -
XYZ 12.66 10.54 17.29 -
YUV 94.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 112 81 114 0.02 0.29 0 0.55 296.36 0.17 0.38
Hex 70 51 72 2 1D 0 37 128 11 26
Octal 160 121 162 2 35 0 67 450 21 46
Binary 1110000 1010001 1110010 10 11101 0 110111 100101000 10001 100110

Color Harmonies of #705172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705172

Black with #705172

Text Example


Text Example

White with #705172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705172; }

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

 H1.HeaderClassName
 {
   color: #705172;
 }
 .AnyTagClassName
 {
   color: #705172;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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