Html Css Color HEX #784D4A Buccaneer

📋 copy color: '#784D4A'

red 120 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #784D4A

Tints of Buccaneer #784D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 44.28%
G = 28.41%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#784D4A (or 0x784D4A) is known color: Buccaneer. HEX triplet: 78, 4D and 4A. RGB value is (120,77,74). Sum of RGB (Red+Green+Blue) = 120+77+74=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #784D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784D4A is #87B2B5. Grayscale: #595959. Windows color (decimal): -8893110 or 4869496. OLE color: 4869496.

HSL color Cylindrical-coordinate representation of color #784D4A: hue angle of 3.91º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #784D4A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 77 74 -
CMYK 0 0.36 0.38 0.53
HSL 3.91º 0.24% 0.38% -
HSV(B) 3.91º 0.38% 0.47% -
XYZ 11.64 9.8 7.76 -
YUV 89.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 120 77 74 0 0.36 0.38 0.53 3.91 0.24 0.38
Hex 78 4D 4A 0 24 26 35 4 18 26
Octal 170 115 112 0 44 46 65 4 30 46
Binary 1111000 1001101 1001010 0 100100 100110 110101 100 11000 100110

Color Harmonies of #784D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784D4A

Black with #784D4A

Text Example


Text Example

White with #784D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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