Html Css Color HEX #73867E Patina

📋 copy color: '#73867E'

red 115 ◦ green 134 ◦ blue 126

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

Shades of Patina #73867E

Tints of Patina #73867E

RGB

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

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

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

R = 30.67%
G = 35.73%
B = 33.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#73867E (or 0x73867E) is known color: Patina. HEX triplet: 73, 86 and 7E. RGB value is (115,134,126). Sum of RGB (Red+Green+Blue) = 115+134+126=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #73867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867E is #8C7981. Grayscale: #7F7F7F. Windows color (decimal): -9206146 or 8291955. OLE color: 8291955.

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

Color convert

RGB 115 134 126 -
CMYK 0.14 0 0.06 0.47
HSL 154.74º 0.08% 0.49% -
HSV(B) 154.74º 0.14% 0.53% -
XYZ 19.36 22.2 23 -
YUV 127.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 115 134 126 0.14 0 0.06 0.47 154.74 0.08 0.49
Hex 73 86 7E E 0 6 2F 9B 8 31
Octal 163 206 176 16 0 6 57 233 10 61
Binary 1110011 10000110 1111110 1110 0 110 101111 10011011 1000 110001

Color Harmonies of #73867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73867E

Black with #73867E

Text Example


Text Example

White with #73867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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