Html Css Color HEX #764B47 Buccaneer

📋 copy color: '#764B47'

red 118 ◦ green 75 ◦ blue 71

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

Shades of Buccaneer #764B47

Tints of Buccaneer #764B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 44.7%
G = 28.41%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#764B47 (or 0x764B47) is known color: Buccaneer. HEX triplet: 76, 4B and 47. RGB value is (118,75,71). Sum of RGB (Red+Green+Blue) = 118+75+71=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B47 is #89B4B8. Grayscale: #575757. Windows color (decimal): -9024697 or 4672374. OLE color: 4672374.

HSL color Cylindrical-coordinate representation of color #764B47: hue angle of 5.11º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764B47 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 71 -
CMYK 0 0.36 0.40 0.54
HSL 5.11º 0.25% 0.37% -
HSV(B) 5.11º 0.4% 0.46% -
XYZ 11.12 9.34 7.18 -
YUV 87.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 118 75 71 0 0.36 0.40 0.54 5.11 0.25 0.37
Hex 76 4B 47 0 24 28 36 5 19 25
Octal 166 113 107 0 44 50 66 5 31 45
Binary 1110110 1001011 1000111 0 100100 101000 110110 101 11001 100101

Color Harmonies of #764B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B47

Black with #764B47

Text Example


Text Example

White with #764B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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