Html Css Color HEX #725050 Buccaneer

📋 copy color: '#725050'

red 114 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #725050

Tints of Buccaneer #725050

RGB

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

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

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

R = 41.61%
G = 29.2%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#725050 (or 0x725050) is known color: Buccaneer. HEX triplet: 72, 50 and 50. RGB value is (114,80,80). Sum of RGB (Red+Green+Blue) = 114+80+80=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #725050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725050 is #8DAFAF. Grayscale: #5A5A5A. Windows color (decimal): -9285552 or 5263474. OLE color: 5263474.

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

Color convert

RGB 114 80 80 -
CMYK 0 0.30 0.30 0.55
HSL 0.18% 0.38% -
HSV(B) 0.3% 0.45% -
XYZ 11.26 9.89 8.91 -
YUV 90.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 114 80 80 0 0.30 0.30 0.55 0 0.18 0.38
Hex 72 50 50 0 1E 1E 37 0 12 26
Octal 162 120 120 0 36 36 67 0 22 46
Binary 1110010 1010000 1010000 0 11110 11110 110111 0 10010 100110

Color Harmonies of #725050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725050

Black with #725050

Text Example


Text Example

White with #725050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725050; }

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

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

background-color css

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

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

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

border-color css

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

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

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