Html Css Color HEX #775A56 Buccaneer

📋 copy color: '#775A56'

red 119 ◦ green 90 ◦ blue 86

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

Shades of Buccaneer #775A56

Tints of Buccaneer #775A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

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

R = 40.34%
G = 30.51%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#775A56 (or 0x775A56) is known color: Buccaneer. HEX triplet: 77, 5A and 56. RGB value is (119,90,86). Sum of RGB (Red+Green+Blue) = 119+90+86=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A56 is #88A5A9. Grayscale: #626262. Windows color (decimal): -8955306 or 5659255. OLE color: 5659255.

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

Color convert

RGB 119 90 86 -
CMYK 0 0.24 0.28 0.53
HSL 7.27º 0.16% 0.4% -
HSV(B) 7.27º 0.28% 0.47% -
XYZ 12.94 11.91 10.42 -
YUV 98.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 119 90 86 0 0.24 0.28 0.53 7.27 0.16 0.4
Hex 77 5A 56 0 18 1C 35 7 10 28
Octal 167 132 126 0 30 34 65 7 20 50
Binary 1110111 1011010 1010110 0 11000 11100 110101 111 10000 101000

Color Harmonies of #775A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A56

Black with #775A56

Text Example


Text Example

White with #775A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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