Html Css Color HEX #705275 Fedora

📋 copy color: '#705275'

red 112 ◦ green 82 ◦ blue 117

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

Shades of Fedora #705275

Tints of Fedora #705275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 36.01%
G = 26.37%
B = 37.62%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705275 (or 0x705275) is known color: Fedora. HEX triplet: 70, 52 and 75. RGB value is (112,82,117). Sum of RGB (Red+Green+Blue) = 112+82+117=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #705275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705275 is #8FAD8A. Grayscale: #5E5E5E. Windows color (decimal): -9416075 or 7688816. OLE color: 7688816.

HSL color Cylindrical-coordinate representation of color #705275: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705275 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 82 117 -
CMYK 0.04 0.30 0 0.54
HSL 291.43º 0.18% 0.39% -
HSV(B) 291.43º 0.3% 0.46% -
XYZ 12.91 10.76 18.23 -
YUV 94.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 112 82 117 0.04 0.30 0 0.54 291.43 0.18 0.39
Hex 70 52 75 4 1E 0 36 123 12 27
Octal 160 122 165 4 36 0 66 443 22 47
Binary 1110000 1010010 1110101 100 11110 0 110110 100100011 10010 100111

Color Harmonies of #705275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705275

Black with #705275

Text Example


Text Example

White with #705275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705275; }

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

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

background-color css

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

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

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

border-color css

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

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

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