Html Css Color HEX #73847D Patina

📋 copy color: '#73847D'

red 115 ◦ green 132 ◦ blue 125

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

Shades of Patina #73847D

Tints of Patina #73847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 30.91%
G = 35.48%
B = 33.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#73847D (or 0x73847D) is known color: Patina. HEX triplet: 73, 84 and 7D. RGB value is (115,132,125). Sum of RGB (Red+Green+Blue) = 115+132+125=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 132 - color contains mainly: green. Hex color #73847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73847D is #8C7B82. Grayscale: #7E7E7E. Windows color (decimal): -9206659 or 8225907. OLE color: 8225907.

HSL color Cylindrical-coordinate representation of color #73847D: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73847D is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 132 125 -
CMYK 0.13 0 0.05 0.48
HSL 155.29º 0.07% 0.48% -
HSV(B) 155.29º 0.13% 0.52% -
XYZ 19.02 21.63 22.57 -
YUV 126.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 115 132 125 0.13 0 0.05 0.48 155.29 0.07 0.48
Hex 73 84 7D D 0 5 30 9B 7 30
Octal 163 204 175 15 0 5 60 233 7 60
Binary 1110011 10000100 1111101 1101 0 101 110000 10011011 111 110000

Color Harmonies of #73847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73847D

Black with #73847D

Text Example


Text Example

White with #73847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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