Html Css Color HEX #78554D Buccaneer

📋 copy color: '#78554D'

red 120 ◦ green 85 ◦ blue 77

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

Shades of Buccaneer #78554D

Tints of Buccaneer #78554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 42.55%
G = 30.14%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78554D (or 0x78554D) is known color: Buccaneer. HEX triplet: 78, 55 and 4D. RGB value is (120,85,77). Sum of RGB (Red+Green+Blue) = 120+85+77=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78554D is #87AAB2. Grayscale: #5E5E5E. Windows color (decimal): -8891059 or 5068152. OLE color: 5068152.

HSL color Cylindrical-coordinate representation of color #78554D: hue angle of 11.16º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78554D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 77 -
CMYK 0 0.29 0.36 0.53
HSL 11.16º 0.22% 0.39% -
HSV(B) 11.16º 0.36% 0.47% -
XYZ 12.33 11.03 8.5 -
YUV 94.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 120 85 77 0 0.29 0.36 0.53 11.16 0.22 0.39
Hex 78 55 4D 0 1D 24 35 B 16 27
Octal 170 125 115 0 35 44 65 13 26 47
Binary 1111000 1010101 1001101 0 11101 100100 110101 1011 10110 100111

Color Harmonies of #78554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78554D

Black with #78554D

Text Example


Text Example

White with #78554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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