Html Css Color HEX #70434E Finn

📋 copy color: '#70434E'

red 112 ◦ green 67 ◦ blue 78

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

Shades of Finn #70434E

Tints of Finn #70434E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 43.58%
G = 26.07%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70434E (or 0x70434E) is known color: Finn. HEX triplet: 70, 43 and 4E. RGB value is (112,67,78). Sum of RGB (Red+Green+Blue) = 112+67+78=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70434E is #8FBCB1. Grayscale: #515151. Windows color (decimal): -9419954 or 5129072. OLE color: 5129072.

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

Color convert

RGB 112 67 78 -
CMYK 0 0.40 0.30 0.56
HSL 345.33º 0.25% 0.35% -
HSV(B) 345.33º 0.4% 0.44% -
XYZ 10.06 8.01 8.22 -
YUV 81.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 112 67 78 0 0.40 0.30 0.56 345.33 0.25 0.35
Hex 70 43 4E 0 28 1E 38 159 19 23
Octal 160 103 116 0 50 36 70 531 31 43
Binary 1110000 1000011 1001110 0 101000 11110 111000 101011001 11001 100011

Color Harmonies of #70434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70434E

Black with #70434E

Text Example


Text Example

White with #70434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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