Html Css Color HEX #76504D Buccaneer

📋 copy color: '#76504D'

red 118 ◦ green 80 ◦ blue 77

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

Shades of Buccaneer #76504D

Tints of Buccaneer #76504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28%

R = 42.91%
G = 29.09%
B = 28%

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

#76504D (or 0x76504D) is known color: Buccaneer. HEX triplet: 76, 50 and 4D. RGB value is (118,80,77). Sum of RGB (Red+Green+Blue) = 118+80+77=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76504D is #89AFB2. Grayscale: #5B5B5B. Windows color (decimal): -9023411 or 5066870. OLE color: 5066870.

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

Color convert

RGB 118 80 77 -
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.68 10.12 8.36 -
YUV 91.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 118 80 77 0 0.32 0.35 0.54 4.39 0.21 0.38
Hex 76 50 4D 0 20 23 36 4 15 26
Octal 166 120 115 0 40 43 66 4 25 46
Binary 1110110 1010000 1001101 0 100000 100011 110110 100 10101 100110

Color Harmonies of #76504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76504D

Black with #76504D

Text Example


Text Example

White with #76504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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