Html Css Color HEX #724E4D Buccaneer

📋 copy color: '#724E4D'

red 114 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #724E4D

Tints of Buccaneer #724E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

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

R = 42.38%
G = 29%
B = 28.62%

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

#724E4D (or 0x724E4D) is known color: Buccaneer. HEX triplet: 72, 4E and 4D. RGB value is (114,78,77). Sum of RGB (Red+Green+Blue) = 114+78+77=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #724E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E4D is #8DB1B2. Grayscale: #585858. Windows color (decimal): -9286067 or 5066354. OLE color: 5066354.

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

Color convert

RGB 114 78 77 -
CMYK 0 0.32 0.32 0.55
HSL 1.62º 0.19% 0.37% -
HSV(B) 1.62º 0.32% 0.45% -
XYZ 11 9.56 8.29 -
YUV 88.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 114 78 77 0 0.32 0.32 0.55 1.62 0.19 0.37
Hex 72 4E 4D 0 20 20 37 2 13 25
Octal 162 116 115 0 40 40 67 2 23 45
Binary 1110010 1001110 1001101 0 100000 100000 110111 10 10011 100101

Color Harmonies of #724E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E4D

Black with #724E4D

Text Example


Text Example

White with #724E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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