Html Css Color HEX #76534D Buccaneer

📋 copy color: '#76534D'

red 118 ◦ green 83 ◦ blue 77

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

Shades of Buccaneer #76534D

Tints of Buccaneer #76534D

RGB

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

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

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

R = 42.45%
G = 29.86%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76534D (or 0x76534D) is known color: Buccaneer. HEX triplet: 76, 53 and 4D. RGB value is (118,83,77). Sum of RGB (Red+Green+Blue) = 118+83+77=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76534D is #89ACB2. Grayscale: #5C5C5C. Windows color (decimal): -9022643 or 5067638. OLE color: 5067638.

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

Color convert

RGB 118 83 77 -
CMYK 0 0.30 0.35 0.54
HSL 8.78º 0.21% 0.38% -
HSV(B) 8.78º 0.35% 0.46% -
XYZ 11.9 10.57 8.43 -
YUV 92.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 118 83 77 0 0.30 0.35 0.54 8.78 0.21 0.38
Hex 76 53 4D 0 1E 23 36 9 15 26
Octal 166 123 115 0 36 43 66 11 25 46
Binary 1110110 1010011 1001101 0 11110 100011 110110 1001 10101 100110

Color Harmonies of #76534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76534D

Black with #76534D

Text Example


Text Example

White with #76534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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