Html Css Color HEX #724E4A Buccaneer

📋 copy color: '#724E4A'

red 114 ◦ green 78 ◦ blue 74

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

Shades of Buccaneer #724E4A

Tints of Buccaneer #724E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 42.86%
G = 29.32%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#724E4A (or 0x724E4A) is known color: Buccaneer. HEX triplet: 72, 4E and 4A. RGB value is (114,78,74). Sum of RGB (Red+Green+Blue) = 114+78+74=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #724E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E4A is #8DB1B5. Grayscale: #585858. Windows color (decimal): -9286070 or 4869746. OLE color: 4869746.

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

Color convert

RGB 114 78 74 -
CMYK 0 0.32 0.35 0.55
HSL 0.21% 0.37% -
HSV(B) 0.35% 0.45% -
XYZ 10.9 9.52 7.74 -
YUV 88.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 114 78 74 0 0.32 0.35 0.55 6 0.21 0.37
Hex 72 4E 4A 0 20 23 37 6 15 25
Octal 162 116 112 0 40 43 67 6 25 45
Binary 1110010 1001110 1001010 0 100000 100011 110111 110 10101 100101

Color Harmonies of #724E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E4A

Black with #724E4A

Text Example


Text Example

White with #724E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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