Html Css Color HEX #70847C Patina

📋 copy color: '#70847C'

red 112 ◦ green 132 ◦ blue 124

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

Shades of Patina #70847C

Tints of Patina #70847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 30.43%
G = 35.87%
B = 33.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#70847C (or 0x70847C) is known color: Patina. HEX triplet: 70, 84 and 7C. RGB value is (112,132,124). Sum of RGB (Red+Green+Blue) = 112+132+124=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #70847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70847C is #8F7B83. Grayscale: #7D7D7D. Windows color (decimal): -9403268 or 8160368. OLE color: 8160368.

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

Color convert

RGB 112 132 124 -
CMYK 0.15 0 0.06 0.48
HSL 156º 0.08% 0.48% -
HSV(B) 156º 0.15% 0.52% -
XYZ 18.57 21.4 22.22 -
YUV 125.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 112 132 124 0.15 0 0.06 0.48 156 0.08 0.48
Hex 70 84 7C F 0 6 30 9C 8 30
Octal 160 204 174 17 0 6 60 234 10 60
Binary 1110000 10000100 1111100 1111 0 110 110000 10011100 1000 110000

Color Harmonies of #70847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70847C

Black with #70847C

Text Example


Text Example

White with #70847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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