Html Css Color HEX #78504A Buccaneer

📋 copy color: '#78504A'

red 120 ◦ green 80 ◦ blue 74

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

Shades of Buccaneer #78504A

Tints of Buccaneer #78504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 43.8%
G = 29.2%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78504A (or 0x78504A) is known color: Buccaneer. HEX triplet: 78, 50 and 4A. RGB value is (120,80,74). Sum of RGB (Red+Green+Blue) = 120+80+74=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #78504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78504A is #87AFB5. Grayscale: #5B5B5B. Windows color (decimal): -8892342 or 4870264. OLE color: 4870264.

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

Color convert

RGB 120 80 74 -
CMYK 0 0.33 0.38 0.53
HSL 7.83º 0.24% 0.38% -
HSV(B) 7.83º 0.38% 0.47% -
XYZ 11.85 10.22 7.83 -
YUV 91.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 120 80 74 0 0.33 0.38 0.53 7.83 0.24 0.38
Hex 78 50 4A 0 21 26 35 8 18 26
Octal 170 120 112 0 41 46 65 10 30 46
Binary 1111000 1010000 1001010 0 100001 100110 110101 1000 11000 100110

Color Harmonies of #78504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78504A

Black with #78504A

Text Example


Text Example

White with #78504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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