Html Css Color HEX #73887F Patina

📋 copy color: '#73887F'

red 115 ◦ green 136 ◦ blue 127

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

Shades of Patina #73887F

Tints of Patina #73887F

RGB

 RED value IS 115 (45.31% from 255) = 30.42%

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

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

R = 30.42%
G = 35.98%
B = 33.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#73887F (or 0x73887F) is known color: Patina. HEX triplet: 73, 88 and 7F. RGB value is (115,136,127). Sum of RGB (Red+Green+Blue) = 115+136+127=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #73887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73887F is #8C7780. Grayscale: #808080. Windows color (decimal): -9205633 or 8358003. OLE color: 8358003.

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

Color convert

RGB 115 136 127 -
CMYK 0.15 0 0.07 0.47
HSL 154.29º 0.08% 0.49% -
HSV(B) 154.29º 0.15% 0.53% -
XYZ 19.71 22.79 23.44 -
YUV 128.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 115 136 127 0.15 0 0.07 0.47 154.29 0.08 0.49
Hex 73 88 7F F 0 7 2F 9A 8 31
Octal 163 210 177 17 0 7 57 232 10 61
Binary 1110011 10001000 1111111 1111 0 111 101111 10011010 1000 110001

Color Harmonies of #73887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73887F

Black with #73887F

Text Example


Text Example

White with #73887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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