Html Css Color HEX #754F4C Buccaneer

📋 copy color: '#754F4C'

red 117 ◦ green 79 ◦ blue 76

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

Shades of Buccaneer #754F4C

Tints of Buccaneer #754F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

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

R = 43.01%
G = 29.04%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#754F4C (or 0x754F4C) is known color: Buccaneer. HEX triplet: 75, 4F and 4C. RGB value is (117,79,76). Sum of RGB (Red+Green+Blue) = 117+79+76=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F4C is #8AB0B3. Grayscale: #5A5A5A. Windows color (decimal): -9089204 or 5001077. OLE color: 5001077.

HSL color Cylindrical-coordinate representation of color #754F4C: hue angle of 4.39º 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 #754F4C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 76 -
CMYK 0 0.32 0.35 0.54
HSL 4.39º 0.21% 0.38% -
HSV(B) 4.39º 0.35% 0.46% -
XYZ 11.44 9.9 8.14 -
YUV 90.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 117 79 76 0 0.32 0.35 0.54 4.39 0.21 0.38
Hex 75 4F 4C 0 20 23 36 4 15 26
Octal 165 117 114 0 40 43 66 4 25 46
Binary 1110101 1001111 1001100 0 100000 100011 110110 100 10101 100110

Color Harmonies of #754F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F4C

Black with #754F4C

Text Example


Text Example

White with #754F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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