Html Css Color HEX #785353 Buccaneer

📋 copy color: '#785353'

red 120 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #785353

Tints of Buccaneer #785353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 41.96%
G = 29.02%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#785353 (or 0x785353) is known color: Buccaneer. HEX triplet: 78, 53 and 53. RGB value is (120,83,83). Sum of RGB (Red+Green+Blue) = 120+83+83=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #785353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785353 is #87ACAC. Grayscale: #5E5E5E. Windows color (decimal): -8891565 or 5460856. OLE color: 5460856.

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

Color convert

RGB 120 83 83 -
CMYK 0 0.31 0.31 0.53
HSL 0.18% 0.4% -
HSV(B) 0.31% 0.47% -
XYZ 12.4 10.8 9.62 -
YUV 94.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 120 83 83 0 0.31 0.31 0.53 0 0.18 0.4
Hex 78 53 53 0 1F 1F 35 0 12 28
Octal 170 123 123 0 37 37 65 0 22 50
Binary 1111000 1010011 1010011 0 11111 11111 110101 0 10010 101000

Color Harmonies of #785353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785353

Black with #785353

Text Example


Text Example

White with #785353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785353; }

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

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

background-color css

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

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

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

border-color css

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

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

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