Html Css Color HEX #76514F Buccaneer

📋 copy color: '#76514F'

red 118 ◦ green 81 ◦ blue 79

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

Shades of Buccaneer #76514F

Tints of Buccaneer #76514F

RGB

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

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

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

R = 42.45%
G = 29.14%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76514F (or 0x76514F) is known color: Buccaneer. HEX triplet: 76, 51 and 4F. RGB value is (118,81,79). Sum of RGB (Red+Green+Blue) = 118+81+79=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76514F is #89AEB0. Grayscale: #5B5B5B. Windows color (decimal): -9023153 or 5198198. OLE color: 5198198.

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

Color convert

RGB 118 81 79 -
CMYK 0 0.31 0.33 0.54
HSL 3.08º 0.2% 0.39% -
HSV(B) 3.08º 0.33% 0.46% -
XYZ 11.82 10.3 8.76 -
YUV 91.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 118 81 79 0 0.31 0.33 0.54 3.08 0.2 0.39
Hex 76 51 4F 0 1F 21 36 3 14 27
Octal 166 121 117 0 37 41 66 3 24 47
Binary 1110110 1010001 1001111 0 11111 100001 110110 11 10100 100111

Color Harmonies of #76514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76514F

Black with #76514F

Text Example


Text Example

White with #76514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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