Html Css Color HEX #70857C Patina

📋 copy color: '#70857C'

red 112 ◦ green 133 ◦ blue 124

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

Shades of Patina #70857C

Tints of Patina #70857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 30.35%
G = 36.04%
B = 33.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#70857C (or 0x70857C) is known color: Patina. HEX triplet: 70, 85 and 7C. RGB value is (112,133,124). Sum of RGB (Red+Green+Blue) = 112+133+124=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #70857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857C is #8F7A83. Grayscale: #7D7D7D. Windows color (decimal): -9403012 or 8160624. OLE color: 8160624.

HSL color Cylindrical-coordinate representation of color #70857C: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70857C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 124 -
CMYK 0.16 0 0.07 0.48
HSL 154.29º 0.09% 0.48% -
HSV(B) 154.29º 0.16% 0.52% -
XYZ 18.71 21.68 22.27 -
YUV 125.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 112 133 124 0.16 0 0.07 0.48 154.29 0.09 0.48
Hex 70 85 7C 10 0 7 30 9A 9 30
Octal 160 205 174 20 0 7 60 232 11 60
Binary 1110000 10000101 1111100 10000 0 111 110000 10011010 1001 110000

Color Harmonies of #70857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70857C

Black with #70857C

Text Example


Text Example

White with #70857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,133,124); }

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

background-color css

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

 a { background-color: rgb(112,133,124); }

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

border-color css

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

 span { border-color: rgb(112,133,124); }

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