Html Css Color HEX #754C4C Buccaneer

📋 copy color: '#754C4C'

red 117 ◦ green 76 ◦ blue 76

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

Shades of Buccaneer #754C4C

Tints of Buccaneer #754C4C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

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

R = 43.49%
G = 28.25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#754C4C (or 0x754C4C) is known color: Buccaneer. HEX triplet: 75, 4C and 4C. RGB value is (117,76,76). Sum of RGB (Red+Green+Blue) = 117+76+76=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #754C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C4C is #8AB3B3. Grayscale: #585858. Windows color (decimal): -9089972 or 5000309. OLE color: 5000309.

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

Color convert

RGB 117 76 76 -
CMYK 0 0.35 0.35 0.54
HSL 0.21% 0.38% -
HSV(B) 0.35% 0.46% -
XYZ 11.23 9.47 8.07 -
YUV 88.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 117 76 76 0 0.35 0.35 0.54 0 0.21 0.38
Hex 75 4C 4C 0 23 23 36 0 15 26
Octal 165 114 114 0 43 43 66 0 25 46
Binary 1110101 1001100 1001100 0 100011 100011 110110 0 10101 100110

Color Harmonies of #754C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C4C

Black with #754C4C

Text Example


Text Example

White with #754C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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