Html Css Color HEX #744A4A Buccaneer

📋 copy color: '#744A4A'

red 116 ◦ green 74 ◦ blue 74

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

Shades of Buccaneer #744A4A

Tints of Buccaneer #744A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.03%

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

R = 43.94%
G = 28.03%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#744A4A (or 0x744A4A) is known color: Buccaneer. HEX triplet: 74, 4A and 4A. RGB value is (116,74,74). Sum of RGB (Red+Green+Blue) = 116+74+74=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #744A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A4A is #8BB5B5. Grayscale: #565656. Windows color (decimal): -9156022 or 4868724. OLE color: 4868724.

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

Color convert

RGB 116 74 74 -
CMYK 0 0.36 0.36 0.55
HSL 0.22% 0.37% -
HSV(B) 0.36% 0.45% -
XYZ 10.89 9.1 7.66 -
YUV 86.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 116 74 74 0 0.36 0.36 0.55 0 0.22 0.37
Hex 74 4A 4A 0 24 24 37 0 16 25
Octal 164 112 112 0 44 44 67 0 26 45
Binary 1110100 1001010 1001010 0 100100 100100 110111 0 10110 100101

Color Harmonies of #744A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A4A

Black with #744A4A

Text Example


Text Example

White with #744A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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