Html Css Color HEX #774F49 Buccaneer

📋 copy color: '#774F49'

red 119 ◦ green 79 ◦ blue 73

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

Shades of Buccaneer #774F49

Tints of Buccaneer #774F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

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

R = 43.91%
G = 29.15%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774F49 (or 0x774F49) is known color: Buccaneer. HEX triplet: 77, 4F and 49. RGB value is (119,79,73). Sum of RGB (Red+Green+Blue) = 119+79+73=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F49 is #88B0B6. Grayscale: #5A5A5A. Windows color (decimal): -8958135 or 4804471. OLE color: 4804471.

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

Color convert

RGB 119 79 73 -
CMYK 0 0.34 0.39 0.53
HSL 7.83º 0.24% 0.38% -
HSV(B) 7.83º 0.39% 0.47% -
XYZ 11.61 9.99 7.62 -
YUV 90.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 119 79 73 0 0.34 0.39 0.53 7.83 0.24 0.38
Hex 77 4F 49 0 22 27 35 8 18 26
Octal 167 117 111 0 42 47 65 10 30 46
Binary 1110111 1001111 1001001 0 100010 100111 110101 1000 11000 100110

Color Harmonies of #774F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F49

Black with #774F49

Text Example


Text Example

White with #774F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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