Html Css Color HEX #72504C Buccaneer

📋 copy color: '#72504C'

red 114 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #72504C

Tints of Buccaneer #72504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 42.22%
G = 29.63%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72504C (or 0x72504C) is known color: Buccaneer. HEX triplet: 72, 50 and 4C. RGB value is (114,80,76). Sum of RGB (Red+Green+Blue) = 114+80+76=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72504C is #8DAFB3. Grayscale: #595959. Windows color (decimal): -9285556 or 5001330. OLE color: 5001330.

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

Color convert

RGB 114 80 76 -
CMYK 0 0.30 0.33 0.55
HSL 6.32º 0.2% 0.37% -
HSV(B) 6.32º 0.33% 0.45% -
XYZ 11.11 9.84 8.15 -
YUV 89.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 114 80 76 0 0.30 0.33 0.55 6.32 0.2 0.37
Hex 72 50 4C 0 1E 21 37 6 14 25
Octal 162 120 114 0 36 41 67 6 24 45
Binary 1110010 1010000 1001100 0 11110 100001 110111 110 10100 100101

Color Harmonies of #72504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72504C

Black with #72504C

Text Example


Text Example

White with #72504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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