Html Css Color HEX #764D4C Buccaneer

📋 copy color: '#764D4C'

red 118 ◦ green 77 ◦ blue 76

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

Shades of Buccaneer #764D4C

Tints of Buccaneer #764D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 43.54%
G = 28.41%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#764D4C (or 0x764D4C) is known color: Buccaneer. HEX triplet: 76, 4D and 4C. RGB value is (118,77,76). Sum of RGB (Red+Green+Blue) = 118+77+76=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D4C is #89B2B3. Grayscale: #595959. Windows color (decimal): -9024180 or 5000566. OLE color: 5000566.

HSL color Cylindrical-coordinate representation of color #764D4C: hue angle of 1.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764D4C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 76 -
CMYK 0 0.35 0.36 0.54
HSL 1.43º 0.22% 0.38% -
HSV(B) 1.43º 0.36% 0.46% -
XYZ 11.43 9.68 8.1 -
YUV 89.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 118 77 76 0 0.35 0.36 0.54 1.43 0.22 0.38
Hex 76 4D 4C 0 23 24 36 1 16 26
Octal 166 115 114 0 43 44 66 1 26 46
Binary 1110110 1001101 1001100 0 100011 100100 110110 1 10110 100110

Color Harmonies of #764D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D4C

Black with #764D4C

Text Example


Text Example

White with #764D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D4C; }

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

 H1.HeaderClassName
 {
   color: #764D4C;
 }
 .AnyTagClassName
 {
   color: #764D4C;
 }
</style>

background-color css

<style>
 a { background-color: #764D4C; }

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

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

border-color css

<style>
 span { border-color: #764D4C; }

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

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