Html Css Color HEX #774D49 Buccaneer

📋 copy color: '#774D49'

red 119 ◦ green 77 ◦ blue 73

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

Shades of Buccaneer #774D49

Tints of Buccaneer #774D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

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

R = 44.24%
G = 28.62%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774D49 (or 0x774D49) is known color: Buccaneer. HEX triplet: 77, 4D and 49. RGB value is (119,77,73). Sum of RGB (Red+Green+Blue) = 119+77+73=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #774D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D49 is #88B2B6. Grayscale: #595959. Windows color (decimal): -8958647 or 4803959. OLE color: 4803959.

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

Color convert

RGB 119 77 73 -
CMYK 0 0.35 0.39 0.53
HSL 5.22º 0.24% 0.38% -
HSV(B) 5.22º 0.39% 0.47% -
XYZ 11.46 9.71 7.57 -
YUV 89.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 119 77 73 0 0.35 0.39 0.53 5.22 0.24 0.38
Hex 77 4D 49 0 23 27 35 5 18 26
Octal 167 115 111 0 43 47 65 5 30 46
Binary 1110111 1001101 1001001 0 100011 100111 110101 101 11000 100110

Color Harmonies of #774D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D49

Black with #774D49

Text Example


Text Example

White with #774D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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