Html Css Color HEX #785551 Buccaneer

📋 copy color: '#785551'

red 120 ◦ green 85 ◦ blue 81

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

Shades of Buccaneer #785551

Tints of Buccaneer #785551

RGB

 RED value IS 120 (47.27% from 255) = 41.96%

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 41.96%
G = 29.72%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785551 (or 0x785551) is known color: Buccaneer. HEX triplet: 78, 55 and 51. RGB value is (120,85,81). Sum of RGB (Red+Green+Blue) = 120+85+81=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #785551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785551 is #87AAAE. Grayscale: #5F5F5F. Windows color (decimal): -8891055 or 5330296. OLE color: 5330296.

HSL color Cylindrical-coordinate representation of color #785551: hue angle of 6.15º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785551 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 81 -
CMYK 0 0.29 0.32 0.53
HSL 6.15º 0.19% 0.39% -
HSV(B) 6.15º 0.33% 0.47% -
XYZ 12.48 11.08 9.27 -
YUV 95.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 120 85 81 0 0.29 0.32 0.53 6.15 0.19 0.39
Hex 78 55 51 0 1D 20 35 6 13 27
Octal 170 125 121 0 35 40 65 6 23 47
Binary 1111000 1010101 1010001 0 11101 100000 110101 110 10011 100111

Color Harmonies of #785551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785551

Black with #785551

Text Example


Text Example

White with #785551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785551; }

 p { color: rgb(120,85,81); }

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

background-color css

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

 a { background-color: rgb(120,85,81); }

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

border-color css

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

 span { border-color: rgb(120,85,81); }

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