Html Css Color HEX #78524A Buccaneer

📋 copy color: '#78524A'

red 120 ◦ green 82 ◦ blue 74

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

Shades of Buccaneer #78524A

Tints of Buccaneer #78524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 43.48%
G = 29.71%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78524A (or 0x78524A) is known color: Buccaneer. HEX triplet: 78, 52 and 4A. RGB value is (120,82,74). Sum of RGB (Red+Green+Blue) = 120+82+74=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78524A is #87ADB5. Grayscale: #5C5C5C. Windows color (decimal): -8891830 or 4870776. OLE color: 4870776.

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

Color convert

RGB 120 82 74 -
CMYK 0 0.32 0.38 0.53
HSL 10.43º 0.24% 0.38% -
HSV(B) 10.43º 0.38% 0.47% -
XYZ 12 10.52 7.88 -
YUV 92.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 120 82 74 0 0.32 0.38 0.53 10.43 0.24 0.38
Hex 78 52 4A 0 20 26 35 A 18 26
Octal 170 122 112 0 40 46 65 12 30 46
Binary 1111000 1010010 1001010 0 100000 100110 110101 1010 11000 100110

Color Harmonies of #78524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78524A

Black with #78524A

Text Example


Text Example

White with #78524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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