Html Css Color HEX #70414C Tawny Port

📋 copy color: '#70414C'

red 112 ◦ green 65 ◦ blue 76

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

Shades of Tawny Port #70414C

Tints of Tawny Port #70414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 44.27%
G = 25.69%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70414C (or 0x70414C) is known color: Tawny Port. HEX triplet: 70, 41 and 4C. RGB value is (112,65,76). Sum of RGB (Red+Green+Blue) = 112+65+76=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70414C is #8FBEB3. Grayscale: #505050. Windows color (decimal): -9420468 or 4997488. OLE color: 4997488.

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

Color convert

RGB 112 65 76 -
CMYK 0 0.42 0.32 0.56
HSL 345.96º 0.27% 0.35% -
HSV(B) 345.96º 0.42% 0.44% -
XYZ 9.88 7.75 7.81 -
YUV 80.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 112 65 76 0 0.42 0.32 0.56 345.96 0.27 0.35
Hex 70 41 4C 0 2A 20 38 15A 1B 23
Octal 160 101 114 0 52 40 70 532 33 43
Binary 1110000 1000001 1001100 0 101010 100000 111000 101011010 11011 100011

Color Harmonies of #70414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70414C

Black with #70414C

Text Example


Text Example

White with #70414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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