Html Css Color HEX #754D4C Buccaneer

📋 copy color: '#754D4C'

red 117 ◦ green 77 ◦ blue 76

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

Shades of Buccaneer #754D4C

Tints of Buccaneer #754D4C

RGB

 RED value IS 117 (46.09% from 255) = 43.33%

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

 BLUE value IS 76 (30.08% from 255) = 28.15%

R = 43.33%
G = 28.52%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#754D4C (or 0x754D4C) is known color: Buccaneer. HEX triplet: 75, 4D and 4C. RGB value is (117,77,76). Sum of RGB (Red+Green+Blue) = 117+77+76=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D4C is #8AB2B3. Grayscale: #585858. Windows color (decimal): -9089716 or 5000565. OLE color: 5000565.

HSL color Cylindrical-coordinate representation of color #754D4C: hue angle of 1.46º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #754D4C is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 76 -
CMYK 0 0.34 0.35 0.54
HSL 1.46º 0.21% 0.38% -
HSV(B) 1.46º 0.35% 0.46% -
XYZ 11.29 9.61 8.1 -
YUV 88.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 117 77 76 0 0.34 0.35 0.54 1.46 0.21 0.38
Hex 75 4D 4C 0 22 23 36 1 15 26
Octal 165 115 114 0 42 43 66 1 25 46
Binary 1110101 1001101 1001100 0 100010 100011 110110 1 10101 100110

Color Harmonies of #754D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D4C

Black with #754D4C

Text Example


Text Example

White with #754D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D4C; }

 p { color: rgb(117,77,76); }

 H1.HeaderClassName
 {
   color: #754D4C;
 }
 .AnyTagClassName
 {
   color: #754D4C;
 }
</style>

background-color css

<style>
 a { background-color: #754D4C; }

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

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

border-color css

<style>
 span { border-color: #754D4C; }

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

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