Html Css Color HEX #705572 Fedora

📋 copy color: '#705572'

red 112 ◦ green 85 ◦ blue 114

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

Shades of Fedora #705572

Tints of Fedora #705572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 36.01%
G = 27.33%
B = 36.66%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705572 (or 0x705572) is known color: Fedora. HEX triplet: 70, 55 and 72. RGB value is (112,85,114). Sum of RGB (Red+Green+Blue) = 112+85+114=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #705572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705572 is #8FAA8D. Grayscale: #606060. Windows color (decimal): -9415310 or 7492976. OLE color: 7492976.

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

Color convert

RGB 112 85 114 -
CMYK 0.02 0.25 0 0.55
HSL 295.86º 0.15% 0.39% -
HSV(B) 295.86º 0.25% 0.45% -
XYZ 12.97 11.16 17.39 -
YUV 96.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 112 85 114 0.02 0.25 0 0.55 295.86 0.15 0.39
Hex 70 55 72 2 19 0 37 128 F 27
Octal 160 125 162 2 31 0 67 450 17 47
Binary 1110000 1010101 1110010 10 11001 0 110111 100101000 1111 100111

Color Harmonies of #705572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705572

Black with #705572

Text Example


Text Example

White with #705572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705572; }

 p { color: rgb(112,85,114); }

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

background-color css

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

 a { background-color: rgb(112,85,114); }

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

border-color css

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

 span { border-color: rgb(112,85,114); }

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