Html Css Color HEX #705175 Fedora

📋 copy color: '#705175'

red 112 ◦ green 81 ◦ blue 117

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

Shades of Fedora #705175

Tints of Fedora #705175

RGB

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

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

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

R = 36.13%
G = 26.13%
B = 37.74%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705175 (or 0x705175) is known color: Fedora. HEX triplet: 70, 51 and 75. RGB value is (112,81,117). Sum of RGB (Red+Green+Blue) = 112+81+117=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #705175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705175 is #8FAE8A. Grayscale: #5E5E5E. Windows color (decimal): -9416331 or 7688560. OLE color: 7688560.

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

Color convert

RGB 112 81 117 -
CMYK 0.04 0.31 0 0.54
HSL 291.67º 0.18% 0.39% -
HSV(B) 291.67º 0.31% 0.46% -
XYZ 12.84 10.61 18.2 -
YUV 94.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 112 81 117 0.04 0.31 0 0.54 291.67 0.18 0.39
Hex 70 51 75 4 1F 0 36 124 12 27
Octal 160 121 165 4 37 0 66 444 22 47
Binary 1110000 1010001 1110101 100 11111 0 110110 100100100 10010 100111

Color Harmonies of #705175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705175

Black with #705175

Text Example


Text Example

White with #705175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705175; }

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

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

background-color css

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

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

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

border-color css

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

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

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