Html Css Color HEX #76514D Buccaneer

📋 copy color: '#76514D'

red 118 ◦ green 81 ◦ blue 77

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

Shades of Buccaneer #76514D

Tints of Buccaneer #76514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 42.75%
G = 29.35%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76514D (or 0x76514D) is known color: Buccaneer. HEX triplet: 76, 51 and 4D. RGB value is (118,81,77). Sum of RGB (Red+Green+Blue) = 118+81+77=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76514D is #89AEB2. Grayscale: #5B5B5B. Windows color (decimal): -9023155 or 5067126. OLE color: 5067126.

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

Color convert

RGB 118 81 77 -
CMYK 0 0.31 0.35 0.54
HSL 5.85º 0.21% 0.38% -
HSV(B) 5.85º 0.35% 0.46% -
XYZ 11.75 10.27 8.38 -
YUV 91.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 118 81 77 0 0.31 0.35 0.54 5.85 0.21 0.38
Hex 76 51 4D 0 1F 23 36 6 15 26
Octal 166 121 115 0 37 43 66 6 25 46
Binary 1110110 1010001 1001101 0 11111 100011 110110 110 10101 100110

Color Harmonies of #76514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76514D

Black with #76514D

Text Example


Text Example

White with #76514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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