Html Css Color HEX #72504D Buccaneer

📋 copy color: '#72504D'

red 114 ◦ green 80 ◦ blue 77

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

Shades of Buccaneer #72504D

Tints of Buccaneer #72504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 42.07%
G = 29.52%
B = 28.41%

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

#72504D (or 0x72504D) is known color: Buccaneer. HEX triplet: 72, 50 and 4D. RGB value is (114,80,77). Sum of RGB (Red+Green+Blue) = 114+80+77=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #72504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72504D is #8DAFB2. Grayscale: #595959. Windows color (decimal): -9285555 or 5066866. OLE color: 5066866.

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

Color convert

RGB 114 80 77 -
CMYK 0 0.30 0.32 0.55
HSL 4.86º 0.19% 0.37% -
HSV(B) 4.86º 0.32% 0.45% -
XYZ 11.15 9.85 8.33 -
YUV 89.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 114 80 77 0 0.30 0.32 0.55 4.86 0.19 0.37
Hex 72 50 4D 0 1E 20 37 5 13 25
Octal 162 120 115 0 36 40 67 5 23 45
Binary 1110010 1010000 1001101 0 11110 100000 110111 101 10011 100101

Color Harmonies of #72504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72504D

Black with #72504D

Text Example


Text Example

White with #72504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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