Html Css Color HEX #785352 Buccaneer

📋 copy color: '#785352'

red 120 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #785352

Tints of Buccaneer #785352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 42.11%
G = 29.12%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#785352 (or 0x785352) is known color: Buccaneer. HEX triplet: 78, 53 and 52. RGB value is (120,83,82). Sum of RGB (Red+Green+Blue) = 120+83+82=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #785352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785352 is #87ACAD. Grayscale: #5D5D5D. Windows color (decimal): -8891566 or 5395320. OLE color: 5395320.

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

Color convert

RGB 120 83 82 -
CMYK 0 0.31 0.32 0.53
HSL 1.58º 0.19% 0.4% -
HSV(B) 1.58º 0.32% 0.47% -
XYZ 12.36 10.79 9.41 -
YUV 93.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 120 83 82 0 0.31 0.32 0.53 1.58 0.19 0.4
Hex 78 53 52 0 1F 20 35 2 13 28
Octal 170 123 122 0 37 40 65 2 23 50
Binary 1111000 1010011 1010010 0 11111 100000 110101 10 10011 101000

Color Harmonies of #785352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785352

Black with #785352

Text Example


Text Example

White with #785352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785352; }

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

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

background-color css

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

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

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

border-color css

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

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

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