Html Css Color HEX #70877D Patina

📋 copy color: '#70877D'

red 112 ◦ green 135 ◦ blue 125

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

Shades of Patina #70877D

Tints of Patina #70877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

 BLUE value IS 125 (49.22% from 255) = 33.6%

R = 30.11%
G = 36.29%
B = 33.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#70877D (or 0x70877D) is known color: Patina. HEX triplet: 70, 87 and 7D. RGB value is (112,135,125). Sum of RGB (Red+Green+Blue) = 112+135+125=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #70877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70877D is #8F7882. Grayscale: #7F7F7F. Windows color (decimal): -9402499 or 8226672. OLE color: 8226672.

HSL color Cylindrical-coordinate representation of color #70877D: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70877D is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 125 -
CMYK 0.17 0 0.07 0.47
HSL 153.91º 0.09% 0.48% -
HSV(B) 153.91º 0.17% 0.53% -
XYZ 19.05 22.25 22.69 -
YUV 126.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 112 135 125 0.17 0 0.07 0.47 153.91 0.09 0.48
Hex 70 87 7D 11 0 7 2F 9A 9 30
Octal 160 207 175 21 0 7 57 232 11 60
Binary 1110000 10000111 1111101 10001 0 111 101111 10011010 1001 110000

Color Harmonies of #70877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70877D

Black with #70877D

Text Example


Text Example

White with #70877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70877D; }

 p { color: rgb(112,135,125); }

 H1.HeaderClassName
 {
   color: #70877D;
 }
 .AnyTagClassName
 {
   color: #70877D;
 }
</style>

background-color css

<style>
 a { background-color: #70877D; }

 a { background-color: rgb(112,135,125); }

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

border-color css

<style>
 span { border-color: #70877D; }

 span { border-color: rgb(112,135,125); }

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