Html Css Color HEX #78574F Buccaneer

📋 copy color: '#78574F'

red 120 ◦ green 87 ◦ blue 79

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

Shades of Buccaneer #78574F

Tints of Buccaneer #78574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 41.96%
G = 30.42%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78574F (or 0x78574F) is known color: Buccaneer. HEX triplet: 78, 57 and 4F. RGB value is (120,87,79). Sum of RGB (Red+Green+Blue) = 120+87+79=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78574F is #87A8B0. Grayscale: #606060. Windows color (decimal): -8890545 or 5199736. OLE color: 5199736.

HSL color Cylindrical-coordinate representation of color #78574F: hue angle of 11.71º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78574F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 87 79 -
CMYK 0 0.28 0.34 0.53
HSL 11.71º 0.21% 0.39% -
HSV(B) 11.71º 0.34% 0.47% -
XYZ 12.57 11.37 8.93 -
YUV 95.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 120 87 79 0 0.28 0.34 0.53 11.71 0.21 0.39
Hex 78 57 4F 0 1C 22 35 C 15 27
Octal 170 127 117 0 34 42 65 14 25 47
Binary 1111000 1010111 1001111 0 11100 100010 110101 1100 10101 100111

Color Harmonies of #78574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78574F

Black with #78574F

Text Example


Text Example

White with #78574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78574F; }

 p { color: rgb(120,87,79); }

 H1.HeaderClassName
 {
   color: #78574F;
 }
 .AnyTagClassName
 {
   color: #78574F;
 }
</style>

background-color css

<style>
 a { background-color: #78574F; }

 a { background-color: rgb(120,87,79); }

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

border-color css

<style>
 span { border-color: #78574F; }

 span { border-color: rgb(120,87,79); }

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