#764848

Color #764848 Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #764848

Tints of Buccaneer #764848

Color information

#764848 (or 0x764848) is unknown color: approx Buccaneer. HEX triplet: 76, 48 and 48. RGB value is (118,72,72). Sum of RGB (Red+Green+Blue) = 118+72+72=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764848 is #89B7B7. Grayscale: #555555. Windows color (decimal): -9025464 or 4737142. OLE color: 4737142.

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

Color convert

RGB1187272-
CMYK00.390.390.54
HSL24.21%37.25%-
HSV(B)38.98%46.27%-
XYZ10.968.957.28-
YUV85.75120.24151-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=45.04%
G=27.48%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118727200.390.390.54024.2137.25
Hex764848027273601825
Octal166110110047476603045
Binary1110110100100010010000100111100111110110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764848; }

 p { color: rgb(118,72,72); }

 H1.HeaderClassName
 {
   color: #764848;
 }
 .AnyTagClassName
 {
   color: #764848;
 }
</style>
background-color css

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

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

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

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

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

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