Html Css Color HEX #705672 Fedora

📋 copy color: '#705672'

red 112 ◦ green 86 ◦ blue 114

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

Shades of Fedora #705672

Tints of Fedora #705672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 35.9%
G = 27.56%
B = 36.54%

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

#705672 (or 0x705672) is known color: Fedora. HEX triplet: 70, 56 and 72. RGB value is (112,86,114). Sum of RGB (Red+Green+Blue) = 112+86+114=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #705672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705672 is #8FA98D. Grayscale: #606060. Windows color (decimal): -9415054 or 7493232. OLE color: 7493232.

HSL color Cylindrical-coordinate representation of color #705672: hue angle of 295.71º degrees, saturation: 0.14, 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 #705672 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 86 114 -
CMYK 0.02 0.25 0 0.55
HSL 295.71º 0.14% 0.39% -
HSV(B) 295.71º 0.25% 0.45% -
XYZ 13.05 11.32 17.42 -
YUV 96.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 112 86 114 0.02 0.25 0 0.55 295.71 0.14 0.39
Hex 70 56 72 2 19 0 37 128 E 27
Octal 160 126 162 2 31 0 67 450 16 47
Binary 1110000 1010110 1110010 10 11001 0 110111 100101000 1110 100111

Color Harmonies of #705672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705672

Black with #705672

Text Example


Text Example

White with #705672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705672; }

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

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

background-color css

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

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

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

border-color css

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

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

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