Html Css Color HEX #764C4B Buccaneer

📋 copy color: '#764C4B'

red 118 ◦ green 76 ◦ blue 75

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

Shades of Buccaneer #764C4B

Tints of Buccaneer #764C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 43.87%
G = 28.25%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#764C4B (or 0x764C4B) is known color: Buccaneer. HEX triplet: 76, 4C and 4B. RGB value is (118,76,75). Sum of RGB (Red+Green+Blue) = 118+76+75=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C4B is #89B3B4. Grayscale: #585858. Windows color (decimal): -9024437 or 4934774. OLE color: 4934774.

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

Color convert

RGB 118 76 75 -
CMYK 0 0.36 0.36 0.54
HSL 1.4º 0.22% 0.38% -
HSV(B) 1.4º 0.36% 0.46% -
XYZ 11.33 9.53 7.9 -
YUV 88.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 118 76 75 0 0.36 0.36 0.54 1.4 0.22 0.38
Hex 76 4C 4B 0 24 24 36 1 16 26
Octal 166 114 113 0 44 44 66 1 26 46
Binary 1110110 1001100 1001011 0 100100 100100 110110 1 10110 100110

Color Harmonies of #764C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C4B

Black with #764C4B

Text Example


Text Example

White with #764C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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