Html Css Color HEX #784949 Buccaneer

📋 copy color: '#784949'

red 120 ◦ green 73 ◦ blue 73

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

Shades of Buccaneer #784949

Tints of Buccaneer #784949

RGB

 RED value IS 120 (47.27% from 255) = 45.11%

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

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

R = 45.11%
G = 27.44%
B = 27.44%

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

#784949 (or 0x784949) is known color: Buccaneer. HEX triplet: 78, 49 and 49. RGB value is (120,73,73). Sum of RGB (Red+Green+Blue) = 120+73+73=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784949 is #87B6B6. Grayscale: #575757. Windows color (decimal): -8894135 or 4802936. OLE color: 4802936.

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

Color convert

RGB 120 73 73 -
CMYK 0 0.39 0.39 0.53
HSL 0.24% 0.38% -
HSV(B) 0.39% 0.47% -
XYZ 11.33 9.24 7.49 -
YUV 87.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 120 73 73 0 0.39 0.39 0.53 0 0.24 0.38
Hex 78 49 49 0 27 27 35 0 18 26
Octal 170 111 111 0 47 47 65 0 30 46
Binary 1111000 1001001 1001001 0 100111 100111 110101 0 11000 100110

Color Harmonies of #784949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784949

Black with #784949

Text Example


Text Example

White with #784949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784949; }

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

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

background-color css

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

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

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

border-color css

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

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

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