Html Css Color HEX #775049 Buccaneer

📋 copy color: '#775049'

red 119 ◦ green 80 ◦ blue 73

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

Shades of Buccaneer #775049

Tints of Buccaneer #775049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 43.75%
G = 29.41%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775049 (or 0x775049) is known color: Buccaneer. HEX triplet: 77, 50 and 49. RGB value is (119,80,73). Sum of RGB (Red+Green+Blue) = 119+80+73=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775049 is #88AFB6. Grayscale: #5A5A5A. Windows color (decimal): -8957879 or 4804727. OLE color: 4804727.

HSL color Cylindrical-coordinate representation of color #775049: hue angle of 9.13º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775049 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 73 -
CMYK 0 0.33 0.39 0.53
HSL 9.13º 0.24% 0.38% -
HSV(B) 9.13º 0.39% 0.47% -
XYZ 11.68 10.14 7.65 -
YUV 90.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 119 80 73 0 0.33 0.39 0.53 9.13 0.24 0.38
Hex 77 50 49 0 21 27 35 9 18 26
Octal 167 120 111 0 41 47 65 11 30 46
Binary 1110111 1010000 1001001 0 100001 100111 110101 1001 11000 100110

Color Harmonies of #775049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775049

Black with #775049

Text Example


Text Example

White with #775049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775049; }

 p { color: rgb(119,80,73); }

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

background-color css

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

 a { background-color: rgb(119,80,73); }

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

border-color css

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

 span { border-color: rgb(119,80,73); }

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