Html Css Color HEX #705075 Fedora

📋 copy color: '#705075'

red 112 ◦ green 80 ◦ blue 117

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

Shades of Fedora #705075

Tints of Fedora #705075

RGB

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

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

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

R = 36.25%
G = 25.89%
B = 37.86%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#705075 (or 0x705075) is known color: Fedora. HEX triplet: 70, 50 and 75. RGB value is (112,80,117). Sum of RGB (Red+Green+Blue) = 112+80+117=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #705075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705075 is #8FAF8A. Grayscale: #5D5D5D. Windows color (decimal): -9416587 or 7688304. OLE color: 7688304.

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

Color convert

RGB 112 80 117 -
CMYK 0.04 0.32 0 0.54
HSL 291.89º 0.19% 0.39% -
HSV(B) 291.89º 0.32% 0.46% -
XYZ 12.76 10.47 18.18 -
YUV 93.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 112 80 117 0.04 0.32 0 0.54 291.89 0.19 0.39
Hex 70 50 75 4 20 0 36 124 13 27
Octal 160 120 165 4 40 0 66 444 23 47
Binary 1110000 1010000 1110101 100 100000 0 110110 100100100 10011 100111

Color Harmonies of #705075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705075

Black with #705075

Text Example


Text Example

White with #705075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705075; }

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

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

background-color css

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

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

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

border-color css

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

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

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