Html Css Color HEX #73887E Patina

📋 copy color: '#73887E'

red 115 ◦ green 136 ◦ blue 126

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

Shades of Patina #73887E

Tints of Patina #73887E

RGB

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

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

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

R = 30.5%
G = 36.07%
B = 33.42%

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

#73887E (or 0x73887E) is known color: Patina. HEX triplet: 73, 88 and 7E. RGB value is (115,136,126). Sum of RGB (Red+Green+Blue) = 115+136+126=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #73887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73887E is #8C7781. Grayscale: #808080. Windows color (decimal): -9205634 or 8292467. OLE color: 8292467.

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

Color convert

RGB 115 136 126 -
CMYK 0.15 0 0.07 0.47
HSL 151.43º 0.08% 0.49% -
HSV(B) 151.43º 0.15% 0.53% -
XYZ 19.64 22.76 23.1 -
YUV 128.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 115 136 126 0.15 0 0.07 0.47 151.43 0.08 0.49
Hex 73 88 7E F 0 7 2F 97 8 31
Octal 163 210 176 17 0 7 57 227 10 61
Binary 1110011 10001000 1111110 1111 0 111 101111 10010111 1000 110001

Color Harmonies of #73887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73887E

Black with #73887E

Text Example


Text Example

White with #73887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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