Html Css Color HEX #744C4A Buccaneer

📋 copy color: '#744C4A'

red 116 ◦ green 76 ◦ blue 74

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

Shades of Buccaneer #744C4A

Tints of Buccaneer #744C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.57%

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

R = 43.61%
G = 28.57%
B = 27.82%

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

#744C4A (or 0x744C4A) is known color: Buccaneer. HEX triplet: 74, 4C and 4A. RGB value is (116,76,74). Sum of RGB (Red+Green+Blue) = 116+76+74=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #744C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C4A is #8BB3B5. Grayscale: #575757. Windows color (decimal): -9155510 or 4869236. OLE color: 4869236.

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

Color convert

RGB 116 76 74 -
CMYK 0 0.34 0.36 0.55
HSL 2.86º 0.22% 0.37% -
HSV(B) 2.86º 0.36% 0.45% -
XYZ 11.02 9.38 7.71 -
YUV 87.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 116 76 74 0 0.34 0.36 0.55 2.86 0.22 0.37
Hex 74 4C 4A 0 22 24 37 3 16 25
Octal 164 114 112 0 42 44 67 3 26 45
Binary 1110100 1001100 1001010 0 100010 100100 110111 11 10110 100101

Color Harmonies of #744C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C4A

Black with #744C4A

Text Example


Text Example

White with #744C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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