Html Css Color HEX #764E4D Buccaneer

📋 copy color: '#764E4D'

red 118 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #764E4D

Tints of Buccaneer #764E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

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

R = 43.22%
G = 28.57%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#764E4D (or 0x764E4D) is known color: Buccaneer. HEX triplet: 76, 4E and 4D. RGB value is (118,78,77). Sum of RGB (Red+Green+Blue) = 118+78+77=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E4D is #89B1B2. Grayscale: #595959. Windows color (decimal): -9023923 or 5066358. OLE color: 5066358.

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

Color convert

RGB 118 78 77 -
CMYK 0 0.34 0.35 0.54
HSL 1.46º 0.21% 0.38% -
HSV(B) 1.46º 0.35% 0.46% -
XYZ 11.54 9.84 8.31 -
YUV 89.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 118 78 77 0 0.34 0.35 0.54 1.46 0.21 0.38
Hex 76 4E 4D 0 22 23 36 1 15 26
Octal 166 116 115 0 42 43 66 1 25 46
Binary 1110110 1001110 1001101 0 100010 100011 110110 1 10101 100110

Color Harmonies of #764E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E4D

Black with #764E4D

Text Example


Text Example

White with #764E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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