Html Css Color HEX #775955 Buccaneer

📋 copy color: '#775955'

red 119 ◦ green 89 ◦ blue 85

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

Shades of Buccaneer #775955

Tints of Buccaneer #775955

RGB

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

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

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

R = 40.61%
G = 30.38%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775955 (or 0x775955) is known color: Buccaneer. HEX triplet: 77, 59 and 55. RGB value is (119,89,85). Sum of RGB (Red+Green+Blue) = 119+89+85=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775955 is #88A6AA. Grayscale: #616161. Windows color (decimal): -8955563 or 5593463. OLE color: 5593463.

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

Color convert

RGB 119 89 85 -
CMYK 0 0.25 0.29 0.53
HSL 7.06º 0.17% 0.4% -
HSV(B) 7.06º 0.29% 0.47% -
XYZ 12.82 11.72 10.18 -
YUV 97.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 119 89 85 0 0.25 0.29 0.53 7.06 0.17 0.4
Hex 77 59 55 0 19 1D 35 7 11 28
Octal 167 131 125 0 31 35 65 7 21 50
Binary 1110111 1011001 1010101 0 11001 11101 110101 111 10001 101000

Color Harmonies of #775955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775955

Black with #775955

Text Example


Text Example

White with #775955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775955; }

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

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

background-color css

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

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

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

border-color css

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

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

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