Html Css Color HEX #72887F Patina

📋 copy color: '#72887F'

red 114 ◦ green 136 ◦ blue 127

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

Shades of Patina #72887F

Tints of Patina #72887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 30.24%
G = 36.07%
B = 33.69%

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

#72887F (or 0x72887F) is known color: Patina. HEX triplet: 72, 88 and 7F. RGB value is (114,136,127). Sum of RGB (Red+Green+Blue) = 114+136+127=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #72887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72887F is #8D7780. Grayscale: #808080. Windows color (decimal): -9271169 or 8358002. OLE color: 8358002.

HSL color Cylindrical-coordinate representation of color #72887F: hue angle of 155.45º 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 #72887F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 127 -
CMYK 0.16 0 0.07 0.47
HSL 155.45º 0.09% 0.49% -
HSV(B) 155.45º 0.16% 0.53% -
XYZ 19.57 22.72 23.43 -
YUV 128.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 114 136 127 0.16 0 0.07 0.47 155.45 0.09 0.49
Hex 72 88 7F 10 0 7 2F 9B 9 31
Octal 162 210 177 20 0 7 57 233 11 61
Binary 1110010 10001000 1111111 10000 0 111 101111 10011011 1001 110001

Color Harmonies of #72887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72887F

Black with #72887F

Text Example


Text Example

White with #72887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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