Html Css Color HEX #76544F Buccaneer

📋 copy color: '#76544F'

red 118 ◦ green 84 ◦ blue 79

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

Shades of Buccaneer #76544F

Tints of Buccaneer #76544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 41.99%
G = 29.89%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76544F (or 0x76544F) is known color: Buccaneer. HEX triplet: 76, 54 and 4F. RGB value is (118,84,79). Sum of RGB (Red+Green+Blue) = 118+84+79=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76544F is #89ABB0. Grayscale: #5D5D5D. Windows color (decimal): -9022385 or 5198966. OLE color: 5198966.

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

Color convert

RGB 118 84 79 -
CMYK 0 0.29 0.33 0.54
HSL 7.69º 0.2% 0.39% -
HSV(B) 7.69º 0.33% 0.46% -
XYZ 12.05 10.76 8.84 -
YUV 93.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 118 84 79 0 0.29 0.33 0.54 7.69 0.2 0.39
Hex 76 54 4F 0 1D 21 36 8 14 27
Octal 166 124 117 0 35 41 66 10 24 47
Binary 1110110 1010100 1001111 0 11101 100001 110110 1000 10100 100111

Color Harmonies of #76544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76544F

Black with #76544F

Text Example


Text Example

White with #76544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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