Html Css Color HEX #705058 Finn

📋 copy color: '#705058'

red 112 ◦ green 80 ◦ blue 88

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

Shades of Finn #705058

Tints of Finn #705058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 40%
G = 28.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#705058 (or 0x705058) is known color: Finn. HEX triplet: 70, 50 and 58. RGB value is (112,80,88). Sum of RGB (Red+Green+Blue) = 112+80+88=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705058 is #8FAFA7. Grayscale: #5A5A5A. Windows color (decimal): -9416616 or 5787760. OLE color: 5787760.

HSL color Cylindrical-coordinate representation of color #705058: hue angle of 345º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705058 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 88 -
CMYK 0 0.29 0.21 0.56
HSL 345º 0.17% 0.38% -
HSV(B) 345º 0.29% 0.44% -
XYZ 11.31 9.89 10.54 -
YUV 90.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 112 80 88 0 0.29 0.21 0.56 345 0.17 0.38
Hex 70 50 58 0 1D 15 38 159 11 26
Octal 160 120 130 0 35 25 70 531 21 46
Binary 1110000 1010000 1011000 0 11101 10101 111000 101011001 10001 100110

Color Harmonies of #705058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705058

Black with #705058

Text Example


Text Example

White with #705058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705058; }

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

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

background-color css

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

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

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

border-color css

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

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

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