Html Css Color HEX #725754 Buccaneer

📋 copy color: '#725754'

red 114 ◦ green 87 ◦ blue 84

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

Shades of Buccaneer #725754

Tints of Buccaneer #725754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 40%
G = 30.53%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#725754 (or 0x725754) is known color: Buccaneer. HEX triplet: 72, 57 and 54. RGB value is (114,87,84). Sum of RGB (Red+Green+Blue) = 114+87+84=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #725754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725754 is #8DA8AB. Grayscale: #5E5E5E. Windows color (decimal): -9283756 or 5527410. OLE color: 5527410.

HSL color Cylindrical-coordinate representation of color #725754: hue angle of 6º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #725754 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 87 84 -
CMYK 0 0.24 0.26 0.55
HSL 0.15% 0.39% -
HSV(B) 0.26% 0.45% -
XYZ 11.95 11.03 9.89 -
YUV 94.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 114 87 84 0 0.24 0.26 0.55 6 0.15 0.39
Hex 72 57 54 0 18 1A 37 6 F 27
Octal 162 127 124 0 30 32 67 6 17 47
Binary 1110010 1010111 1010100 0 11000 11010 110111 110 1111 100111

Color Harmonies of #725754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725754

Black with #725754

Text Example


Text Example

White with #725754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725754; }

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

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

background-color css

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

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

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

border-color css

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

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

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