Html Css Color HEX #744D4D Buccaneer

📋 copy color: '#744D4D'

red 116 ◦ green 77 ◦ blue 77

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

Shades of Buccaneer #744D4D

Tints of Buccaneer #744D4D

RGB

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

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

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

R = 42.96%
G = 28.52%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#744D4D (or 0x744D4D) is known color: Buccaneer. HEX triplet: 74, 4D and 4D. RGB value is (116,77,77). Sum of RGB (Red+Green+Blue) = 116+77+77=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D4D is #8BB2B2. Grayscale: #585858. Windows color (decimal): -9155251 or 5066100. OLE color: 5066100.

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

Color convert

RGB 116 77 77 -
CMYK 0 0.34 0.34 0.55
HSL 0.2% 0.38% -
HSV(B) 0.34% 0.45% -
XYZ 11.2 9.56 8.28 -
YUV 88.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 116 77 77 0 0.34 0.34 0.55 0 0.2 0.38
Hex 74 4D 4D 0 22 22 37 0 14 26
Octal 164 115 115 0 42 42 67 0 24 46
Binary 1110100 1001101 1001101 0 100010 100010 110111 0 10100 100110

Color Harmonies of #744D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D4D

Black with #744D4D

Text Example


Text Example

White with #744D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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