Html Css Color HEX #705273 Fedora

📋 copy color: '#705273'

red 112 ◦ green 82 ◦ blue 115

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

Shades of Fedora #705273

Tints of Fedora #705273

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 36.25%
G = 26.54%
B = 37.22%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705273 (or 0x705273) is known color: Fedora. HEX triplet: 70, 52 and 73. RGB value is (112,82,115). Sum of RGB (Red+Green+Blue) = 112+82+115=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #705273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705273 is #8FAD8C. Grayscale: #5E5E5E. Windows color (decimal): -9416077 or 7557744. OLE color: 7557744.

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

Color convert

RGB 112 82 115 -
CMYK 0.03 0.29 0 0.55
HSL 294.55º 0.17% 0.39% -
HSV(B) 294.55º 0.29% 0.45% -
XYZ 12.79 10.72 17.61 -
YUV 94.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 112 82 115 0.03 0.29 0 0.55 294.55 0.17 0.39
Hex 70 52 73 3 1D 0 37 127 11 27
Octal 160 122 163 3 35 0 67 447 21 47
Binary 1110000 1010010 1110011 11 11101 0 110111 100100111 10001 100111

Color Harmonies of #705273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705273

Black with #705273

Text Example


Text Example

White with #705273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705273; }

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

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

background-color css

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

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

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

border-color css

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

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

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