Html Css Color HEX #70404E Finn

📋 copy color: '#70404E'

red 112 ◦ green 64 ◦ blue 78

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

Shades of Finn #70404E

Tints of Finn #70404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 44.09%
G = 25.2%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70404E (or 0x70404E) is known color: Finn. HEX triplet: 70, 40 and 4E. RGB value is (112,64,78). Sum of RGB (Red+Green+Blue) = 112+64+78=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70404E is #8FBFB1. Grayscale: #4F4F4F. Windows color (decimal): -9420722 or 5128304. OLE color: 5128304.

HSL color Cylindrical-coordinate representation of color #70404E: hue angle of 342.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70404E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 78 -
CMYK 0 0.43 0.30 0.56
HSL 342.5º 0.27% 0.35% -
HSV(B) 342.5º 0.43% 0.44% -
XYZ 9.89 7.66 8.17 -
YUV 79.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 112 64 78 0 0.43 0.30 0.56 342.5 0.27 0.35
Hex 70 40 4E 0 2B 1E 38 156 1B 23
Octal 160 100 116 0 53 36 70 526 33 43
Binary 1110000 1000000 1001110 0 101011 11110 111000 101010110 11011 100011

Color Harmonies of #70404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70404E

Black with #70404E

Text Example


Text Example

White with #70404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70404E; }

 p { color: rgb(112,64,78); }

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

background-color css

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

 a { background-color: rgb(112,64,78); }

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

border-color css

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

 span { border-color: rgb(112,64,78); }

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