Html Css Color HEX #785A55 Buccaneer

📋 copy color: '#785A55'

red 120 ◦ green 90 ◦ blue 85

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

Shades of Buccaneer #785A55

Tints of Buccaneer #785A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 40.68%
G = 30.51%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#785A55 (or 0x785A55) is known color: Buccaneer. HEX triplet: 78, 5A and 55. RGB value is (120,90,85). Sum of RGB (Red+Green+Blue) = 120+90+85=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #785A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785A55 is #87A5AA. Grayscale: #626262. Windows color (decimal): -8889771 or 5593720. OLE color: 5593720.

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

Color convert

RGB 120 90 85 -
CMYK 0 0.25 0.29 0.53
HSL 8.57º 0.17% 0.4% -
HSV(B) 8.57º 0.29% 0.47% -
XYZ 13.04 11.96 10.22 -
YUV 98.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 120 90 85 0 0.25 0.29 0.53 8.57 0.17 0.4
Hex 78 5A 55 0 19 1D 35 9 11 28
Octal 170 132 125 0 31 35 65 11 21 50
Binary 1111000 1011010 1010101 0 11001 11101 110101 1001 10001 101000

Color Harmonies of #785A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A55

Black with #785A55

Text Example


Text Example

White with #785A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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