Html Css Color HEX #76504C Buccaneer

📋 copy color: '#76504C'

red 118 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #76504C

Tints of Buccaneer #76504C

RGB

 RED value IS 118 (46.48% from 255) = 43.07%

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 43.07%
G = 29.2%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76504C (or 0x76504C) is known color: Buccaneer. HEX triplet: 76, 50 and 4C. RGB value is (118,80,76). Sum of RGB (Red+Green+Blue) = 118+80+76=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76504C is #89AFB3. Grayscale: #5A5A5A. Windows color (decimal): -9023412 or 5001334. OLE color: 5001334.

HSL color Cylindrical-coordinate representation of color #76504C: hue angle of 5.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76504C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 76 -
CMYK 0 0.32 0.36 0.54
HSL 5.71º 0.22% 0.38% -
HSV(B) 5.71º 0.36% 0.46% -
XYZ 11.64 10.11 8.18 -
YUV 90.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 118 80 76 0 0.32 0.36 0.54 5.71 0.22 0.38
Hex 76 50 4C 0 20 24 36 6 16 26
Octal 166 120 114 0 40 44 66 6 26 46
Binary 1110110 1010000 1001100 0 100000 100100 110110 110 10110 100110

Color Harmonies of #76504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76504C

Black with #76504C

Text Example


Text Example

White with #76504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76504C; }

 p { color: rgb(118,80,76); }

 H1.HeaderClassName
 {
   color: #76504C;
 }
 .AnyTagClassName
 {
   color: #76504C;
 }
</style>

background-color css

<style>
 a { background-color: #76504C; }

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

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

border-color css

<style>
 span { border-color: #76504C; }

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

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