Html Css Color HEX #705072 Fedora

📋 copy color: '#705072'

red 112 ◦ green 80 ◦ blue 114

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

Shades of Fedora #705072

Tints of Fedora #705072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 36.6%
G = 26.14%
B = 37.25%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705072 (or 0x705072) is known color: Fedora. HEX triplet: 70, 50 and 72. RGB value is (112,80,114). Sum of RGB (Red+Green+Blue) = 112+80+114=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #705072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705072 is #8FAF8D. Grayscale: #5D5D5D. Windows color (decimal): -9416590 or 7491696. OLE color: 7491696.

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

Color convert

RGB 112 80 114 -
CMYK 0.02 0.30 0 0.55
HSL 296.47º 0.18% 0.38% -
HSV(B) 296.47º 0.3% 0.45% -
XYZ 12.59 10.4 17.26 -
YUV 93.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 112 80 114 0.02 0.30 0 0.55 296.47 0.18 0.38
Hex 70 50 72 2 1E 0 37 128 12 26
Octal 160 120 162 2 36 0 67 450 22 46
Binary 1110000 1010000 1110010 10 11110 0 110111 100101000 10010 100110

Color Harmonies of #705072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705072

Black with #705072

Text Example


Text Example

White with #705072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705072; }

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

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

background-color css

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

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

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

border-color css

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

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

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