Html Css Color HEX #744D4A Buccaneer

📋 copy color: '#744D4A'

red 116 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #744D4A

Tints of Buccaneer #744D4A

RGB

 RED value IS 116 (45.7% from 255) = 43.45%

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

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

R = 43.45%
G = 28.84%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#744D4A (or 0x744D4A) is known color: Buccaneer. HEX triplet: 74, 4D and 4A. RGB value is (116,77,74). Sum of RGB (Red+Green+Blue) = 116+77+74=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #744D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D4A is #8BB2B5. Grayscale: #585858. Windows color (decimal): -9155254 or 4869492. OLE color: 4869492.

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

Color convert

RGB 116 77 74 -
CMYK 0 0.34 0.36 0.55
HSL 4.29º 0.22% 0.37% -
HSV(B) 4.29º 0.36% 0.45% -
XYZ 11.09 9.52 7.73 -
YUV 88.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 116 77 74 0 0.34 0.36 0.55 4.29 0.22 0.37
Hex 74 4D 4A 0 22 24 37 4 16 25
Octal 164 115 112 0 42 44 67 4 26 45
Binary 1110100 1001101 1001010 0 100010 100100 110111 100 10110 100101

Color Harmonies of #744D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D4A

Black with #744D4A

Text Example


Text Example

White with #744D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D4A; }

 p { color: rgb(116,77,74); }

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

background-color css

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

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

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

border-color css

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

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

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