Html Css Color HEX #705073 Fedora

📋 copy color: '#705073'

red 112 ◦ green 80 ◦ blue 115

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

Shades of Fedora #705073

Tints of Fedora #705073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 36.48%
G = 26.06%
B = 37.46%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705073 (or 0x705073) is known color: Fedora. HEX triplet: 70, 50 and 73. RGB value is (112,80,115). Sum of RGB (Red+Green+Blue) = 112+80+115=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #705073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705073 is #8FAF8C. Grayscale: #5D5D5D. Windows color (decimal): -9416589 or 7557232. OLE color: 7557232.

HSL color Cylindrical-coordinate representation of color #705073: hue angle of 294.86º 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 #705073 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 80 115 -
CMYK 0.03 0.30 0 0.55
HSL 294.86º 0.18% 0.38% -
HSV(B) 294.86º 0.3% 0.45% -
XYZ 12.65 10.42 17.56 -
YUV 93.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 112 80 115 0.03 0.30 0 0.55 294.86 0.18 0.38
Hex 70 50 73 3 1E 0 37 127 12 26
Octal 160 120 163 3 36 0 67 447 22 46
Binary 1110000 1010000 1110011 11 11110 0 110111 100100111 10010 100110

Color Harmonies of #705073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705073

Black with #705073

Text Example


Text Example

White with #705073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705073; }

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

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

background-color css

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

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

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

border-color css

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

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

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