Html Css Color HEX #78534E Buccaneer

📋 copy color: '#78534E'

red 120 ◦ green 83 ◦ blue 78

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

Shades of Buccaneer #78534E

Tints of Buccaneer #78534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 42.7%
G = 29.54%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78534E (or 0x78534E) is known color: Buccaneer. HEX triplet: 78, 53 and 4E. RGB value is (120,83,78). Sum of RGB (Red+Green+Blue) = 120+83+78=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78534E is #87ACB1. Grayscale: #5D5D5D. Windows color (decimal): -8891570 or 5133176. OLE color: 5133176.

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

Color convert

RGB 120 83 78 -
CMYK 0 0.31 0.35 0.53
HSL 7.14º 0.21% 0.39% -
HSV(B) 7.14º 0.35% 0.47% -
XYZ 12.21 10.73 8.64 -
YUV 93.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 120 83 78 0 0.31 0.35 0.53 7.14 0.21 0.39
Hex 78 53 4E 0 1F 23 35 7 15 27
Octal 170 123 116 0 37 43 65 7 25 47
Binary 1111000 1010011 1001110 0 11111 100011 110101 111 10101 100111

Color Harmonies of #78534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78534E

Black with #78534E

Text Example


Text Example

White with #78534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78534E; }

 p { color: rgb(120,83,78); }

 H1.HeaderClassName
 {
   color: #78534E;
 }
 .AnyTagClassName
 {
   color: #78534E;
 }
</style>

background-color css

<style>
 a { background-color: #78534E; }

 a { background-color: rgb(120,83,78); }

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

border-color css

<style>
 span { border-color: #78534E; }

 span { border-color: rgb(120,83,78); }

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