Html Css Color HEX #72504F Buccaneer

📋 copy color: '#72504F'

red 114 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #72504F

Tints of Buccaneer #72504F

RGB

 RED value IS 114 (44.92% from 255) = 41.76%

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

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

R = 41.76%
G = 29.3%
B = 28.94%

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

#72504F (or 0x72504F) is known color: Buccaneer. HEX triplet: 72, 50 and 4F. RGB value is (114,80,79). Sum of RGB (Red+Green+Blue) = 114+80+79=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72504F is #8DAFB0. Grayscale: #5A5A5A. Windows color (decimal): -9285553 or 5197938. OLE color: 5197938.

HSL color Cylindrical-coordinate representation of color #72504F: hue angle of 1.71º degrees, saturation: 0.18, 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 #72504F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 79 -
CMYK 0 0.30 0.31 0.55
HSL 1.71º 0.18% 0.38% -
HSV(B) 1.71º 0.31% 0.45% -
XYZ 11.22 9.88 8.71 -
YUV 90.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 114 80 79 0 0.30 0.31 0.55 1.71 0.18 0.38
Hex 72 50 4F 0 1E 1F 37 2 12 26
Octal 162 120 117 0 36 37 67 2 22 46
Binary 1110010 1010000 1001111 0 11110 11111 110111 10 10010 100110

Color Harmonies of #72504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72504F

Black with #72504F

Text Example


Text Example

White with #72504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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