Html Css Color HEX #785350 Buccaneer

📋 copy color: '#785350'

red 120 ◦ green 83 ◦ blue 80

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

Shades of Buccaneer #785350

Tints of Buccaneer #785350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 42.4%
G = 29.33%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#785350 (or 0x785350) is known color: Buccaneer. HEX triplet: 78, 53 and 50. RGB value is (120,83,80). Sum of RGB (Red+Green+Blue) = 120+83+80=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #785350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785350 is #87ACAF. Grayscale: #5D5D5D. Windows color (decimal): -8891568 or 5264248. OLE color: 5264248.

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

Color convert

RGB 120 83 80 -
CMYK 0 0.31 0.33 0.53
HSL 4.5º 0.2% 0.39% -
HSV(B) 4.5º 0.33% 0.47% -
XYZ 12.29 10.76 9.02 -
YUV 93.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 120 83 80 0 0.31 0.33 0.53 4.5 0.2 0.39
Hex 78 53 50 0 1F 21 35 4 14 27
Octal 170 123 120 0 37 41 65 4 24 47
Binary 1111000 1010011 1010000 0 11111 100001 110101 100 10100 100111

Color Harmonies of #785350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785350

Black with #785350

Text Example


Text Example

White with #785350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785350; }

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

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

background-color css

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

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

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

border-color css

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

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

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