Html Css Color HEX #785A56 Buccaneer

📋 copy color: '#785A56'

red 120 ◦ green 90 ◦ blue 86

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

Shades of Buccaneer #785A56

Tints of Buccaneer #785A56

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 40.54%
G = 30.41%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#785A56 (or 0x785A56) is known color: Buccaneer. HEX triplet: 78, 5A and 56. RGB value is (120,90,86). Sum of RGB (Red+Green+Blue) = 120+90+86=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #785A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A56 is #87A5A9. Grayscale: #626262. Windows color (decimal): -8889770 or 5659256. OLE color: 5659256.

HSL color Cylindrical-coordinate representation of color #785A56: hue angle of 7.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785A56 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 86 -
CMYK 0 0.25 0.28 0.53
HSL 7.06º 0.17% 0.4% -
HSV(B) 7.06º 0.28% 0.47% -
XYZ 13.08 11.98 10.43 -
YUV 98.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 120 90 86 0 0.25 0.28 0.53 7.06 0.17 0.4
Hex 78 5A 56 0 19 1C 35 7 11 28
Octal 170 132 126 0 31 34 65 7 21 50
Binary 1111000 1011010 1010110 0 11001 11100 110101 111 10001 101000

Color Harmonies of #785A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A56

Black with #785A56

Text Example


Text Example

White with #785A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785A56; }

 p { color: rgb(120,90,86); }

 H1.HeaderClassName
 {
   color: #785A56;
 }
 .AnyTagClassName
 {
   color: #785A56;
 }
</style>

background-color css

<style>
 a { background-color: #785A56; }

 a { background-color: rgb(120,90,86); }

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

border-color css

<style>
 span { border-color: #785A56; }

 span { border-color: rgb(120,90,86); }

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