Html Css Color HEX #775655 Buccaneer

📋 copy color: '#775655'

red 119 ◦ green 86 ◦ blue 85

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

Shades of Buccaneer #775655

Tints of Buccaneer #775655

RGB

 RED value IS 119 (46.88% from 255) = 41.03%

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

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

R = 41.03%
G = 29.66%
B = 29.31%

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

#775655 (or 0x775655) is known color: Buccaneer. HEX triplet: 77, 56 and 55. RGB value is (119,86,85). Sum of RGB (Red+Green+Blue) = 119+86+85=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775655 is #88A9AA. Grayscale: #5F5F5F. Windows color (decimal): -8956331 or 5592695. OLE color: 5592695.

HSL color Cylindrical-coordinate representation of color #775655: hue angle of 1.76º 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 #775655 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 85 -
CMYK 0 0.28 0.29 0.53
HSL 1.76º 0.17% 0.4% -
HSV(B) 1.76º 0.29% 0.47% -
XYZ 12.58 11.23 10.1 -
YUV 95.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 119 86 85 0 0.28 0.29 0.53 1.76 0.17 0.4
Hex 77 56 55 0 1C 1D 35 2 11 28
Octal 167 126 125 0 34 35 65 2 21 50
Binary 1110111 1010110 1010101 0 11100 11101 110101 10 10001 101000

Color Harmonies of #775655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775655

Black with #775655

Text Example


Text Example

White with #775655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775655; }

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

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

background-color css

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

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

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

border-color css

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

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

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