Html Css Color HEX #72887E Patina

📋 copy color: '#72887E'

red 114 ◦ green 136 ◦ blue 126

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

Shades of Patina #72887E

Tints of Patina #72887E

RGB

 RED value IS 114 (44.92% from 255) = 30.32%

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

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

R = 30.32%
G = 36.17%
B = 33.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#72887E (or 0x72887E) is known color: Patina. HEX triplet: 72, 88 and 7E. RGB value is (114,136,126). Sum of RGB (Red+Green+Blue) = 114+136+126=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #72887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72887E is #8D7781. Grayscale: #808080. Windows color (decimal): -9271170 or 8292466. OLE color: 8292466.

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

Color convert

RGB 114 136 126 -
CMYK 0.16 0 0.07 0.47
HSL 152.73º 0.09% 0.49% -
HSV(B) 152.73º 0.16% 0.53% -
XYZ 19.51 22.69 23.09 -
YUV 128.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 114 136 126 0.16 0 0.07 0.47 152.73 0.09 0.49
Hex 72 88 7E 10 0 7 2F 99 9 31
Octal 162 210 176 20 0 7 57 231 11 61
Binary 1110010 10001000 1111110 10000 0 111 101111 10011001 1001 110001

Color Harmonies of #72887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72887E

Black with #72887E

Text Example


Text Example

White with #72887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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