Html Css Color HEX #725350 Buccaneer

📋 copy color: '#725350'

red 114 ◦ green 83 ◦ blue 80

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

Shades of Buccaneer #725350

Tints of Buccaneer #725350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 41.16%
G = 29.96%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725350 (or 0x725350) is known color: Buccaneer. HEX triplet: 72, 53 and 50. RGB value is (114,83,80). Sum of RGB (Red+Green+Blue) = 114+83+80=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #725350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725350 is #8DACAF. Grayscale: #5B5B5B. Windows color (decimal): -9284784 or 5264242. OLE color: 5264242.

HSL color Cylindrical-coordinate representation of color #725350: hue angle of 5.29º 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 #725350 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 80 -
CMYK 0 0.27 0.30 0.55
HSL 5.29º 0.18% 0.38% -
HSV(B) 5.29º 0.3% 0.45% -
XYZ 11.48 10.34 8.98 -
YUV 91.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 114 83 80 0 0.27 0.30 0.55 5.29 0.18 0.38
Hex 72 53 50 0 1B 1E 37 5 12 26
Octal 162 123 120 0 33 36 67 5 22 46
Binary 1110010 1010011 1010000 0 11011 11110 110111 101 10010 100110

Color Harmonies of #725350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725350

Black with #725350

Text Example


Text Example

White with #725350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725350; }

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

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

background-color css

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

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

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

border-color css

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

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

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