Html Css Color HEX #73867D Patina

📋 copy color: '#73867D'

red 115 ◦ green 134 ◦ blue 125

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

Shades of Patina #73867D

Tints of Patina #73867D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 30.75%
G = 35.83%
B = 33.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#73867D (or 0x73867D) is known color: Patina. HEX triplet: 73, 86 and 7D. RGB value is (115,134,125). Sum of RGB (Red+Green+Blue) = 115+134+125=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #73867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73867D is #8C7982. Grayscale: #7F7F7F. Windows color (decimal): -9206147 or 8226419. OLE color: 8226419.

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

Color convert

RGB 115 134 125 -
CMYK 0.14 0 0.07 0.47
HSL 151.58º 0.08% 0.49% -
HSV(B) 151.58º 0.14% 0.53% -
XYZ 19.3 22.18 22.67 -
YUV 127.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 115 134 125 0.14 0 0.07 0.47 151.58 0.08 0.49
Hex 73 86 7D E 0 7 2F 98 8 31
Octal 163 206 175 16 0 7 57 230 10 61
Binary 1110011 10000110 1111101 1110 0 111 101111 10011000 1000 110001

Color Harmonies of #73867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73867D

Black with #73867D

Text Example


Text Example

White with #73867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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