Html Css Color HEX #764947 Buccaneer

📋 copy color: '#764947'

red 118 ◦ green 73 ◦ blue 71

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

Shades of Buccaneer #764947

Tints of Buccaneer #764947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 45.04%
G = 27.86%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#764947 (or 0x764947) is known color: Buccaneer. HEX triplet: 76, 49 and 47. RGB value is (118,73,71). Sum of RGB (Red+Green+Blue) = 118+73+71=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764947 is #89B6B8. Grayscale: #565656. Windows color (decimal): -9025209 or 4671862. OLE color: 4671862.

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

Color convert

RGB 118 73 71 -
CMYK 0 0.38 0.40 0.54
HSL 2.55º 0.25% 0.37% -
HSV(B) 2.55º 0.4% 0.46% -
XYZ 10.99 9.07 7.13 -
YUV 86.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 118 73 71 0 0.38 0.40 0.54 2.55 0.25 0.37
Hex 76 49 47 0 26 28 36 3 19 25
Octal 166 111 107 0 46 50 66 3 31 45
Binary 1110110 1001001 1000111 0 100110 101000 110110 11 11001 100101

Color Harmonies of #764947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764947

Black with #764947

Text Example


Text Example

White with #764947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764947; }

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

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

background-color css

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

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

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

border-color css

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

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

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