Html Css Color HEX #70424C Tawny Port

📋 copy color: '#70424C'

red 112 ◦ green 66 ◦ blue 76

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

Shades of Tawny Port #70424C

Tints of Tawny Port #70424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 44.09%
G = 25.98%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70424C (or 0x70424C) is known color: Tawny Port. HEX triplet: 70, 42 and 4C. RGB value is (112,66,76). Sum of RGB (Red+Green+Blue) = 112+66+76=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70424C is #8FBDB3. Grayscale: #505050. Windows color (decimal): -9420212 or 4997744. OLE color: 4997744.

HSL color Cylindrical-coordinate representation of color #70424C: hue angle of 346.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70424C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 76 -
CMYK 0 0.41 0.32 0.56
HSL 346.96º 0.26% 0.35% -
HSV(B) 346.96º 0.41% 0.44% -
XYZ 9.93 7.86 7.83 -
YUV 80.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 112 66 76 0 0.41 0.32 0.56 346.96 0.26 0.35
Hex 70 42 4C 0 29 20 38 15B 1A 23
Octal 160 102 114 0 51 40 70 533 32 43
Binary 1110000 1000010 1001100 0 101001 100000 111000 101011011 11010 100011

Color Harmonies of #70424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70424C

Black with #70424C

Text Example


Text Example

White with #70424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70424C; }

 p { color: rgb(112,66,76); }

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

background-color css

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

 a { background-color: rgb(112,66,76); }

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

border-color css

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

 span { border-color: rgb(112,66,76); }

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