Html Css Color HEX #785856 Buccaneer

📋 copy color: '#785856'

red 120 ◦ green 88 ◦ blue 86

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

Shades of Buccaneer #785856

Tints of Buccaneer #785856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 40.82%
G = 29.93%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#785856 (or 0x785856) is known color: Buccaneer. HEX triplet: 78, 58 and 56. RGB value is (120,88,86). Sum of RGB (Red+Green+Blue) = 120+88+86=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 120 - color contains mainly: red. Hex color #785856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785856 is #87A7A9. Grayscale: #616161. Windows color (decimal): -8890282 or 5658744. OLE color: 5658744.

HSL color Cylindrical-coordinate representation of color #785856: hue angle of 3.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785856 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 86 -
CMYK 0 0.27 0.28 0.53
HSL 3.53º 0.17% 0.4% -
HSV(B) 3.53º 0.28% 0.47% -
XYZ 12.92 11.64 10.37 -
YUV 97.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 120 88 86 0 0.27 0.28 0.53 3.53 0.17 0.4
Hex 78 58 56 0 1B 1C 35 4 11 28
Octal 170 130 126 0 33 34 65 4 21 50
Binary 1111000 1011000 1010110 0 11011 11100 110101 100 10001 101000

Color Harmonies of #785856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785856

Black with #785856

Text Example


Text Example

White with #785856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785856; }

 p { color: rgb(120,88,86); }

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

background-color css

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

 a { background-color: rgb(120,88,86); }

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

border-color css

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

 span { border-color: rgb(120,88,86); }

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