Html Css Color HEX #705372 Fedora

📋 copy color: '#705372'

red 112 ◦ green 83 ◦ blue 114

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

Shades of Fedora #705372

Tints of Fedora #705372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 36.25%
G = 26.86%
B = 36.89%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705372 (or 0x705372) is known color: Fedora. HEX triplet: 70, 53 and 72. RGB value is (112,83,114). Sum of RGB (Red+Green+Blue) = 112+83+114=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #705372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705372 is #8FAC8D. Grayscale: #5F5F5F. Windows color (decimal): -9415822 or 7492464. OLE color: 7492464.

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

Color convert

RGB 112 83 114 -
CMYK 0.02 0.27 0 0.55
HSL 296.13º 0.16% 0.39% -
HSV(B) 296.13º 0.27% 0.45% -
XYZ 12.81 10.85 17.34 -
YUV 95.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 112 83 114 0.02 0.27 0 0.55 296.13 0.16 0.39
Hex 70 53 72 2 1B 0 37 128 10 27
Octal 160 123 162 2 33 0 67 450 20 47
Binary 1110000 1010011 1110010 10 11011 0 110111 100101000 10000 100111

Color Harmonies of #705372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705372

Black with #705372

Text Example


Text Example

White with #705372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705372; }

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

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

background-color css

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

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

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

border-color css

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

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

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