Html Css Color HEX #784E4A Buccaneer

📋 copy color: '#784E4A'

red 120 ◦ green 78 ◦ blue 74

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

Shades of Buccaneer #784E4A

Tints of Buccaneer #784E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.68%

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

R = 44.12%
G = 28.68%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#784E4A (or 0x784E4A) is known color: Buccaneer. HEX triplet: 78, 4E and 4A. RGB value is (120,78,74). Sum of RGB (Red+Green+Blue) = 120+78+74=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E4A is #87B1B5. Grayscale: #5A5A5A. Windows color (decimal): -8892854 or 4869752. OLE color: 4869752.

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

Color convert

RGB 120 78 74 -
CMYK 0 0.35 0.38 0.53
HSL 5.22º 0.24% 0.38% -
HSV(B) 5.22º 0.38% 0.47% -
XYZ 11.71 9.94 7.78 -
YUV 90.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 120 78 74 0 0.35 0.38 0.53 5.22 0.24 0.38
Hex 78 4E 4A 0 23 26 35 5 18 26
Octal 170 116 112 0 43 46 65 5 30 46
Binary 1111000 1001110 1001010 0 100011 100110 110101 101 11000 100110

Color Harmonies of #784E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E4A

Black with #784E4A

Text Example


Text Example

White with #784E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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