Html Css Color HEX #775554 Buccaneer

📋 copy color: '#775554'

red 119 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #775554

Tints of Buccaneer #775554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

 BLUE value IS 84 (33.2% from 255) = 29.17%

R = 41.32%
G = 29.51%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775554 (or 0x775554) is known color: Buccaneer. HEX triplet: 77, 55 and 54. RGB value is (119,85,84). Sum of RGB (Red+Green+Blue) = 119+85+84=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775554 is #88AAAB. Grayscale: #5F5F5F. Windows color (decimal): -8956588 or 5526903. OLE color: 5526903.

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

Color convert

RGB 119 85 84 -
CMYK 0 0.29 0.29 0.53
HSL 1.71º 0.17% 0.4% -
HSV(B) 1.71º 0.29% 0.47% -
XYZ 12.46 11.06 9.87 -
YUV 95.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 119 85 84 0 0.29 0.29 0.53 1.71 0.17 0.4
Hex 77 55 54 0 1D 1D 35 2 11 28
Octal 167 125 124 0 35 35 65 2 21 50
Binary 1110111 1010101 1010100 0 11101 11101 110101 10 10001 101000

Color Harmonies of #775554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775554

Black with #775554

Text Example


Text Example

White with #775554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775554; }

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

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

background-color css

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

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

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

border-color css

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

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

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