Html Css Color HEX #72504E Buccaneer

📋 copy color: '#72504E'

red 114 ◦ green 80 ◦ blue 78

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

Shades of Buccaneer #72504E

Tints of Buccaneer #72504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 41.91%
G = 29.41%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72504E (or 0x72504E) is known color: Buccaneer. HEX triplet: 72, 50 and 4E. RGB value is (114,80,78). Sum of RGB (Red+Green+Blue) = 114+80+78=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #72504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72504E is #8DAFB1. Grayscale: #595959. Windows color (decimal): -9285554 or 5132402. OLE color: 5132402.

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

Color convert

RGB 114 80 78 -
CMYK 0 0.30 0.32 0.55
HSL 3.33º 0.19% 0.38% -
HSV(B) 3.33º 0.32% 0.45% -
XYZ 11.18 9.86 8.52 -
YUV 89.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 114 80 78 0 0.30 0.32 0.55 3.33 0.19 0.38
Hex 72 50 4E 0 1E 20 37 3 13 26
Octal 162 120 116 0 36 40 67 3 23 46
Binary 1110010 1010000 1001110 0 11110 100000 110111 11 10011 100110

Color Harmonies of #72504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72504E

Black with #72504E

Text Example


Text Example

White with #72504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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