#704B5A

Color #704B5A Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #704B5A

Tints of Finn #704B5A

Color information

#704B5A (or 0x704B5A) is unknown color: approx Finn. HEX triplet: 70, 4B and 5A. RGB value is (112,75,90). Sum of RGB (Red+Green+Blue) = 112+75+90=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #704B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B5A is #8FB4A5. Grayscale: #575757. Windows color (decimal): -9417894 or 5917552. OLE color: 5917552.

HSL color Cylindrical-coordinate representation of color #704B5A: hue angle of 335.68º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B5A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1127590-
CMYK00.330.200.56
HSL335.68º19.79%36.67%-
HSV(B)335.68º33.04%43.92%-
XYZ11.049.2210.87-
YUV87.77129.26145.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=40.43%
G=27.08%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112759000.330.200.56335.6819.7936.67
Hex704B5A02114381501425
Octal16011313204124705202445
Binary11100001001011101101001000011010011100010101000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B5A; }

 p { color: rgb(112,75,90); }

 H1.HeaderClassName
 {
   color: #704B5A;
 }
 .AnyTagClassName
 {
   color: #704B5A;
 }
</style>
background-color css

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

 a { background-color: rgb(112,75,90); }

 div.DivClassName
 {
   background-color: #704B5A;
 }
 .BgClassName
 {
   background-color: #704B5A;
 }
</style>
border-color css

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

 span { border-color: rgb(112,75,90); }

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