Html Css Color HEX #76504E Buccaneer

📋 copy color: '#76504E'

red 118 ◦ green 80 ◦ blue 78

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

Shades of Buccaneer #76504E

Tints of Buccaneer #76504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 42.75%
G = 28.99%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76504E (or 0x76504E) is known color: Buccaneer. HEX triplet: 76, 50 and 4E. RGB value is (118,80,78). Sum of RGB (Red+Green+Blue) = 118+80+78=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76504E is #89AFB1. Grayscale: #5B5B5B. Windows color (decimal): -9023410 or 5132406. OLE color: 5132406.

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

Color convert

RGB 118 80 78 -
CMYK 0 0.32 0.34 0.54
HSL 0.2% 0.38% -
HSV(B) 0.34% 0.46% -
XYZ 11.72 10.14 8.55 -
YUV 91.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 118 80 78 0 0.32 0.34 0.54 3 0.2 0.38
Hex 76 50 4E 0 20 22 36 3 14 26
Octal 166 120 116 0 40 42 66 3 24 46
Binary 1110110 1010000 1001110 0 100000 100010 110110 11 10100 100110

Color Harmonies of #76504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76504E

Black with #76504E

Text Example


Text Example

White with #76504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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