Html Css Color HEX #73867F Patina

📋 copy color: '#73867F'

red 115 ◦ green 134 ◦ blue 127

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

Shades of Patina #73867F

Tints of Patina #73867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 30.59%
G = 35.64%
B = 33.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#73867F (or 0x73867F) is known color: Patina. HEX triplet: 73, 86 and 7F. RGB value is (115,134,127). Sum of RGB (Red+Green+Blue) = 115+134+127=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #73867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867F is #8C7980. Grayscale: #7F7F7F. Windows color (decimal): -9206145 or 8357491. OLE color: 8357491.

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

Color convert

RGB 115 134 127 -
CMYK 0.14 0 0.05 0.47
HSL 157.89º 0.08% 0.49% -
HSV(B) 157.89º 0.14% 0.53% -
XYZ 19.43 22.23 23.35 -
YUV 127.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 115 134 127 0.14 0 0.05 0.47 157.89 0.08 0.49
Hex 73 86 7F E 0 5 2F 9E 8 31
Octal 163 206 177 16 0 5 57 236 10 61
Binary 1110011 10000110 1111111 1110 0 101 101111 10011110 1000 110001

Color Harmonies of #73867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73867F

Black with #73867F

Text Example


Text Example

White with #73867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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