Html Css Color HEX #725750 Buccaneer

📋 copy color: '#725750'

red 114 ◦ green 87 ◦ blue 80

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

Shades of Buccaneer #725750

Tints of Buccaneer #725750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 40.57%
G = 30.96%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725750 (or 0x725750) is known color: Buccaneer. HEX triplet: 72, 57 and 50. RGB value is (114,87,80). Sum of RGB (Red+Green+Blue) = 114+87+80=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #725750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725750 is #8DA8AF. Grayscale: #5E5E5E. Windows color (decimal): -9283760 or 5265266. OLE color: 5265266.

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

Color convert

RGB 114 87 80 -
CMYK 0 0.24 0.30 0.55
HSL 12.35º 0.18% 0.38% -
HSV(B) 12.35º 0.3% 0.45% -
XYZ 11.8 10.97 9.09 -
YUV 94.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 114 87 80 0 0.24 0.30 0.55 12.35 0.18 0.38
Hex 72 57 50 0 18 1E 37 C 12 26
Octal 162 127 120 0 30 36 67 14 22 46
Binary 1110010 1010111 1010000 0 11000 11110 110111 1100 10010 100110

Color Harmonies of #725750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725750

Black with #725750

Text Example


Text Example

White with #725750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725750; }

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

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

background-color css

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

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

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

border-color css

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

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

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