Html Css Color HEX #705274 Fedora

📋 copy color: '#705274'

red 112 ◦ green 82 ◦ blue 116

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

Shades of Fedora #705274

Tints of Fedora #705274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 36.13%
G = 26.45%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705274 (or 0x705274) is known color: Fedora. HEX triplet: 70, 52 and 74. RGB value is (112,82,116). Sum of RGB (Red+Green+Blue) = 112+82+116=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #705274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705274 is #8FAD8B. Grayscale: #5E5E5E. Windows color (decimal): -9416076 or 7623280. OLE color: 7623280.

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

Color convert

RGB 112 82 116 -
CMYK 0.03 0.29 0 0.55
HSL 292.94º 0.17% 0.39% -
HSV(B) 292.94º 0.29% 0.45% -
XYZ 12.85 10.74 17.92 -
YUV 94.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 112 82 116 0.03 0.29 0 0.55 292.94 0.17 0.39
Hex 70 52 74 3 1D 0 37 125 11 27
Octal 160 122 164 3 35 0 67 445 21 47
Binary 1110000 1010010 1110100 11 11101 0 110111 100100101 10001 100111

Color Harmonies of #705274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705274

Black with #705274

Text Example


Text Example

White with #705274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705274; }

 p { color: rgb(112,82,116); }

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

background-color css

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

 a { background-color: rgb(112,82,116); }

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

border-color css

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

 span { border-color: rgb(112,82,116); }

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