Html Css Color HEX #70887E Patina

📋 copy color: '#70887E'

red 112 ◦ green 136 ◦ blue 126

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

Shades of Patina #70887E

Tints of Patina #70887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 29.95%
G = 36.36%
B = 33.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#70887E (or 0x70887E) is known color: Patina. HEX triplet: 70, 88 and 7E. RGB value is (112,136,126). Sum of RGB (Red+Green+Blue) = 112+136+126=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #70887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70887E is #8F7781. Grayscale: #7F7F7F. Windows color (decimal): -9402242 or 8292464. OLE color: 8292464.

HSL color Cylindrical-coordinate representation of color #70887E: hue angle of 155º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70887E is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 136 126 -
CMYK 0.18 0 0.07 0.47
HSL 155º 0.1% 0.49% -
HSV(B) 155º 0.18% 0.53% -
XYZ 19.25 22.56 23.08 -
YUV 127.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 112 136 126 0.18 0 0.07 0.47 155 0.1 0.49
Hex 70 88 7E 12 0 7 2F 9B A 31
Octal 160 210 176 22 0 7 57 233 12 61
Binary 1110000 10001000 1111110 10010 0 111 101111 10011011 1010 110001

Color Harmonies of #70887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70887E

Black with #70887E

Text Example


Text Example

White with #70887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70887E; }

 p { color: rgb(112,136,126); }

 H1.HeaderClassName
 {
   color: #70887E;
 }
 .AnyTagClassName
 {
   color: #70887E;
 }
</style>

background-color css

<style>
 a { background-color: #70887E; }

 a { background-color: rgb(112,136,126); }

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

border-color css

<style>
 span { border-color: #70887E; }

 span { border-color: rgb(112,136,126); }

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