Html Css Color HEX #76534F Buccaneer

📋 copy color: '#76534F'

red 118 ◦ green 83 ◦ blue 79

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

Shades of Buccaneer #76534F

Tints of Buccaneer #76534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 42.14%
G = 29.64%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76534F (or 0x76534F) is known color: Buccaneer. HEX triplet: 76, 53 and 4F. RGB value is (118,83,79). Sum of RGB (Red+Green+Blue) = 118+83+79=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76534F is #89ACB0. Grayscale: #5D5D5D. Windows color (decimal): -9022641 or 5198710. OLE color: 5198710.

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

Color convert

RGB 118 83 79 -
CMYK 0 0.30 0.33 0.54
HSL 6.15º 0.2% 0.39% -
HSV(B) 6.15º 0.33% 0.46% -
XYZ 11.98 10.6 8.81 -
YUV 93.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 118 83 79 0 0.30 0.33 0.54 6.15 0.2 0.39
Hex 76 53 4F 0 1E 21 36 6 14 27
Octal 166 123 117 0 36 41 66 6 24 47
Binary 1110110 1010011 1001111 0 11110 100001 110110 110 10100 100111

Color Harmonies of #76534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76534F

Black with #76534F

Text Example


Text Example

White with #76534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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