Html Css Color HEX #724D4D Buccaneer

📋 copy color: '#724D4D'

red 114 ◦ green 77 ◦ blue 77

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

Shades of Buccaneer #724D4D

Tints of Buccaneer #724D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 42.54%
G = 28.73%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#724D4D (or 0x724D4D) is known color: Buccaneer. HEX triplet: 72, 4D and 4D. RGB value is (114,77,77). Sum of RGB (Red+Green+Blue) = 114+77+77=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #724D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D4D is #8DB2B2. Grayscale: #585858. Windows color (decimal): -9286323 or 5066098. OLE color: 5066098.

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

Color convert

RGB 114 77 77 -
CMYK 0 0.32 0.32 0.55
HSL 0.19% 0.37% -
HSV(B) 0.32% 0.45% -
XYZ 10.93 9.42 8.26 -
YUV 88.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 114 77 77 0 0.32 0.32 0.55 0 0.19 0.37
Hex 72 4D 4D 0 20 20 37 0 13 25
Octal 162 115 115 0 40 40 67 0 23 45
Binary 1110010 1001101 1001101 0 100000 100000 110111 0 10011 100101

Color Harmonies of #724D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D4D

Black with #724D4D

Text Example


Text Example

White with #724D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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