Html Css Color HEX #744E4D Buccaneer

📋 copy color: '#744E4D'

red 116 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #744E4D

Tints of Buccaneer #744E4D

RGB

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

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

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

R = 42.8%
G = 28.78%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#744E4D (or 0x744E4D) is known color: Buccaneer. HEX triplet: 74, 4E and 4D. RGB value is (116,78,77). Sum of RGB (Red+Green+Blue) = 116+78+77=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #744E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E4D is #8BB1B2. Grayscale: #595959. Windows color (decimal): -9154995 or 5066356. OLE color: 5066356.

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

Color convert

RGB 116 78 77 -
CMYK 0 0.33 0.34 0.55
HSL 1.54º 0.2% 0.38% -
HSV(B) 1.54º 0.34% 0.45% -
XYZ 11.27 9.7 8.3 -
YUV 89.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 116 78 77 0 0.33 0.34 0.55 1.54 0.2 0.38
Hex 74 4E 4D 0 21 22 37 2 14 26
Octal 164 116 115 0 41 42 67 2 24 46
Binary 1110100 1001110 1001101 0 100001 100010 110111 10 10100 100110

Color Harmonies of #744E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E4D

Black with #744E4D

Text Example


Text Example

White with #744E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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