Html Css Color HEX #764F4E Buccaneer

📋 copy color: '#764F4E'

red 118 ◦ green 79 ◦ blue 78

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

Shades of Buccaneer #764F4E

Tints of Buccaneer #764F4E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

 BLUE value IS 78 (30.86% from 255) = 28.36%

R = 42.91%
G = 28.73%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#764F4E (or 0x764F4E) is known color: Buccaneer. HEX triplet: 76, 4F and 4E. RGB value is (118,79,78). Sum of RGB (Red+Green+Blue) = 118+79+78=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #764F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F4E is #89B0B1. Grayscale: #5A5A5A. Windows color (decimal): -9023666 or 5132150. OLE color: 5132150.

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

Color convert

RGB 118 79 78 -
CMYK 0 0.33 0.34 0.54
HSL 1.5º 0.2% 0.38% -
HSV(B) 1.5º 0.34% 0.46% -
XYZ 11.64 9.99 8.52 -
YUV 90.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 118 79 78 0 0.33 0.34 0.54 1.5 0.2 0.38
Hex 76 4F 4E 0 21 22 36 2 14 26
Octal 166 117 116 0 41 42 66 2 24 46
Binary 1110110 1001111 1001110 0 100001 100010 110110 10 10100 100110

Color Harmonies of #764F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F4E

Black with #764F4E

Text Example


Text Example

White with #764F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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