Html Css Color HEX #78554C Buccaneer

📋 copy color: '#78554C'

red 120 ◦ green 85 ◦ blue 76

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

Shades of Buccaneer #78554C

Tints of Buccaneer #78554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 42.7%
G = 30.25%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78554C (or 0x78554C) is known color: Buccaneer. HEX triplet: 78, 55 and 4C. RGB value is (120,85,76). Sum of RGB (Red+Green+Blue) = 120+85+76=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78554C is #87AAB3. Grayscale: #5E5E5E. Windows color (decimal): -8891060 or 5002616. OLE color: 5002616.

HSL color Cylindrical-coordinate representation of color #78554C: hue angle of 12.27º 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 #78554C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 76 -
CMYK 0 0.29 0.37 0.53
HSL 12.27º 0.22% 0.38% -
HSV(B) 12.27º 0.37% 0.47% -
XYZ 12.3 11.01 8.31 -
YUV 94.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 120 85 76 0 0.29 0.37 0.53 12.27 0.22 0.38
Hex 78 55 4C 0 1D 25 35 C 16 26
Octal 170 125 114 0 35 45 65 14 26 46
Binary 1111000 1010101 1001100 0 11101 100101 110101 1100 10110 100110

Color Harmonies of #78554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78554C

Black with #78554C

Text Example


Text Example

White with #78554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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