Html Css Color HEX #775856 Buccaneer

📋 copy color: '#775856'

red 119 ◦ green 88 ◦ blue 86

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

Shades of Buccaneer #775856

Tints of Buccaneer #775856

RGB

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

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

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

R = 40.61%
G = 30.03%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#775856 (or 0x775856) is known color: Buccaneer. HEX triplet: 77, 58 and 56. RGB value is (119,88,86). Sum of RGB (Red+Green+Blue) = 119+88+86=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775856 is #88A7A9. Grayscale: #616161. Windows color (decimal): -8955818 or 5658743. OLE color: 5658743.

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

Color convert

RGB 119 88 86 -
CMYK 0 0.26 0.28 0.53
HSL 3.64º 0.16% 0.4% -
HSV(B) 3.64º 0.28% 0.47% -
XYZ 12.78 11.57 10.36 -
YUV 97.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 119 88 86 0 0.26 0.28 0.53 3.64 0.16 0.4
Hex 77 58 56 0 1A 1C 35 4 10 28
Octal 167 130 126 0 32 34 65 4 20 50
Binary 1110111 1011000 1010110 0 11010 11100 110101 100 10000 101000

Color Harmonies of #775856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775856

Black with #775856

Text Example


Text Example

White with #775856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775856; }

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

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

background-color css

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

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

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

border-color css

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

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

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