Html Css Color HEX #774949 Buccaneer

📋 copy color: '#774949'

red 119 ◦ green 73 ◦ blue 73

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

Shades of Buccaneer #774949

Tints of Buccaneer #774949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 44.91%
G = 27.55%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774949 (or 0x774949) is known color: Buccaneer. HEX triplet: 77, 49 and 49. RGB value is (119,73,73). Sum of RGB (Red+Green+Blue) = 119+73+73=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774949 is #88B6B6. Grayscale: #565656. Windows color (decimal): -8959671 or 4802935. OLE color: 4802935.

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

Color convert

RGB 119 73 73 -
CMYK 0 0.39 0.39 0.53
HSL 0.24% 0.38% -
HSV(B) 0.39% 0.47% -
XYZ 11.19 9.17 7.48 -
YUV 86.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 119 73 73 0 0.39 0.39 0.53 0 0.24 0.38
Hex 77 49 49 0 27 27 35 0 18 26
Octal 167 111 111 0 47 47 65 0 30 46
Binary 1110111 1001001 1001001 0 100111 100111 110101 0 11000 100110

Color Harmonies of #774949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774949

Black with #774949

Text Example


Text Example

White with #774949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774949; }

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

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

background-color css

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

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

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

border-color css

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

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

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