Html Css Color HEX #73504F Buccaneer

📋 copy color: '#73504F'

red 115 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #73504F

Tints of Buccaneer #73504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 41.97%
G = 29.2%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73504F (or 0x73504F) is known color: Buccaneer. HEX triplet: 73, 50 and 4F. RGB value is (115,80,79). Sum of RGB (Red+Green+Blue) = 115+80+79=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73504F is #8CAFB0. Grayscale: #5A5A5A. Windows color (decimal): -9220017 or 5197939. OLE color: 5197939.

HSL color Cylindrical-coordinate representation of color #73504F: hue angle of 1.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73504F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 79 -
CMYK 0 0.30 0.31 0.55
HSL 1.67º 0.19% 0.38% -
HSV(B) 1.67º 0.31% 0.45% -
XYZ 11.35 9.95 8.72 -
YUV 90.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 115 80 79 0 0.30 0.31 0.55 1.67 0.19 0.38
Hex 73 50 4F 0 1E 1F 37 2 13 26
Octal 163 120 117 0 36 37 67 2 23 46
Binary 1110011 1010000 1001111 0 11110 11111 110111 10 10011 100110

Color Harmonies of #73504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73504F

Black with #73504F

Text Example


Text Example

White with #73504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,80,79); }

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

background-color css

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

 a { background-color: rgb(115,80,79); }

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

border-color css

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

 span { border-color: rgb(115,80,79); }

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