Html Css Color HEX #785655 Buccaneer

📋 copy color: '#785655'

red 120 ◦ green 86 ◦ blue 85

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

Shades of Buccaneer #785655

Tints of Buccaneer #785655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 85 (33.59% from 255) = 29.21%

R = 41.24%
G = 29.55%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#785655 (or 0x785655) is known color: Buccaneer. HEX triplet: 78, 56 and 55. RGB value is (120,86,85). Sum of RGB (Red+Green+Blue) = 120+86+85=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785655 is #87A9AA. Grayscale: #606060. Windows color (decimal): -8890795 or 5592696. OLE color: 5592696.

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

Color convert

RGB 120 86 85 -
CMYK 0 0.28 0.29 0.53
HSL 1.71º 0.17% 0.4% -
HSV(B) 1.71º 0.29% 0.47% -
XYZ 12.71 11.3 10.11 -
YUV 96.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 120 86 85 0 0.28 0.29 0.53 1.71 0.17 0.4
Hex 78 56 55 0 1C 1D 35 2 11 28
Octal 170 126 125 0 34 35 65 2 21 50
Binary 1111000 1010110 1010101 0 11100 11101 110101 10 10001 101000

Color Harmonies of #785655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785655

Black with #785655

Text Example


Text Example

White with #785655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785655; }

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

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

background-color css

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

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

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

border-color css

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

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

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