Html Css Color HEX #76504F Buccaneer

📋 copy color: '#76504F'

red 118 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #76504F

Tints of Buccaneer #76504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 42.6%
G = 28.88%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76504F (or 0x76504F) is known color: Buccaneer. HEX triplet: 76, 50 and 4F. RGB value is (118,80,79). Sum of RGB (Red+Green+Blue) = 118+80+79=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76504F is #89AFB0. Grayscale: #5B5B5B. Windows color (decimal): -9023409 or 5197942. OLE color: 5197942.

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

Color convert

RGB 118 80 79 -
CMYK 0 0.32 0.33 0.54
HSL 1.54º 0.2% 0.39% -
HSV(B) 1.54º 0.33% 0.46% -
XYZ 11.75 10.15 8.74 -
YUV 91.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 118 80 79 0 0.32 0.33 0.54 1.54 0.2 0.39
Hex 76 50 4F 0 20 21 36 2 14 27
Octal 166 120 117 0 40 41 66 2 24 47
Binary 1110110 1010000 1001111 0 100000 100001 110110 10 10100 100111

Color Harmonies of #76504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76504F

Black with #76504F

Text Example


Text Example

White with #76504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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