Html Css Color HEX #73877E Patina

📋 copy color: '#73877E'

red 115 ◦ green 135 ◦ blue 126

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

Shades of Patina #73877E

Tints of Patina #73877E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

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

R = 30.59%
G = 35.9%
B = 33.51%

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

#73877E (or 0x73877E) is known color: Patina. HEX triplet: 73, 87 and 7E. RGB value is (115,135,126). Sum of RGB (Red+Green+Blue) = 115+135+126=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #73877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73877E is #8C7881. Grayscale: #808080. Windows color (decimal): -9205890 or 8292211. OLE color: 8292211.

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

Color convert

RGB 115 135 126 -
CMYK 0.15 0 0.07 0.47
HSL 153º 0.08% 0.49% -
HSV(B) 153º 0.15% 0.53% -
XYZ 19.5 22.48 23.05 -
YUV 127.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 115 135 126 0.15 0 0.07 0.47 153 0.08 0.49
Hex 73 87 7E F 0 7 2F 99 8 31
Octal 163 207 176 17 0 7 57 231 10 61
Binary 1110011 10000111 1111110 1111 0 111 101111 10011001 1000 110001

Color Harmonies of #73877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73877E

Black with #73877E

Text Example


Text Example

White with #73877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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