Html Css Color HEX #775956 Buccaneer

📋 copy color: '#775956'

red 119 ◦ green 89 ◦ blue 86

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

Shades of Buccaneer #775956

Tints of Buccaneer #775956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 40.48%
G = 30.27%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#775956 (or 0x775956) is known color: Buccaneer. HEX triplet: 77, 59 and 56. RGB value is (119,89,86). Sum of RGB (Red+Green+Blue) = 119+89+86=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775956 is #88A6A9. Grayscale: #616161. Windows color (decimal): -8955562 or 5658999. OLE color: 5658999.

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

Color convert

RGB 119 89 86 -
CMYK 0 0.25 0.28 0.53
HSL 5.45º 0.16% 0.4% -
HSV(B) 5.45º 0.28% 0.47% -
XYZ 12.86 11.74 10.39 -
YUV 97.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 119 89 86 0 0.25 0.28 0.53 5.45 0.16 0.4
Hex 77 59 56 0 19 1C 35 5 10 28
Octal 167 131 126 0 31 34 65 5 20 50
Binary 1110111 1011001 1010110 0 11001 11100 110101 101 10000 101000

Color Harmonies of #775956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775956

Black with #775956

Text Example


Text Example

White with #775956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775956; }

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

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

background-color css

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

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

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

border-color css

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

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

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