Html Css Color HEX #78504C Buccaneer

📋 copy color: '#78504C'

red 120 ◦ green 80 ◦ blue 76

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

Shades of Buccaneer #78504C

Tints of Buccaneer #78504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 43.48%
G = 28.99%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78504C (or 0x78504C) is known color: Buccaneer. HEX triplet: 78, 50 and 4C. RGB value is (120,80,76). Sum of RGB (Red+Green+Blue) = 120+80+76=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #78504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78504C is #87AFB3. Grayscale: #5B5B5B. Windows color (decimal): -8892340 or 5001336. OLE color: 5001336.

HSL color Cylindrical-coordinate representation of color #78504C: hue angle of 5.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78504C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 76 -
CMYK 0 0.33 0.37 0.53
HSL 5.45º 0.22% 0.38% -
HSV(B) 5.45º 0.37% 0.47% -
XYZ 11.92 10.25 8.19 -
YUV 91.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 120 80 76 0 0.33 0.37 0.53 5.45 0.22 0.38
Hex 78 50 4C 0 21 25 35 5 16 26
Octal 170 120 114 0 41 45 65 5 26 46
Binary 1111000 1010000 1001100 0 100001 100101 110101 101 10110 100110

Color Harmonies of #78504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78504C

Black with #78504C

Text Example


Text Example

White with #78504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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