Html Css Color HEX #784A49 Buccaneer

📋 copy color: '#784A49'

red 120 ◦ green 74 ◦ blue 73

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

Shades of Buccaneer #784A49

Tints of Buccaneer #784A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 44.94%
G = 27.72%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#784A49 (or 0x784A49) is known color: Buccaneer. HEX triplet: 78, 4A and 49. RGB value is (120,74,73). Sum of RGB (Red+Green+Blue) = 120+74+73=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #784A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A49 is #87B5B6. Grayscale: #575757. Windows color (decimal): -8893879 or 4803192. OLE color: 4803192.

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

Color convert

RGB 120 74 73 -
CMYK 0 0.38 0.39 0.53
HSL 1.28º 0.24% 0.38% -
HSV(B) 1.28º 0.39% 0.47% -
XYZ 11.4 9.37 7.51 -
YUV 87.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 120 74 73 0 0.38 0.39 0.53 1.28 0.24 0.38
Hex 78 4A 49 0 26 27 35 1 18 26
Octal 170 112 111 0 46 47 65 1 30 46
Binary 1111000 1001010 1001001 0 100110 100111 110101 1 11000 100110

Color Harmonies of #784A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A49

Black with #784A49

Text Example


Text Example

White with #784A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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