Html Css Color HEX #785050 Buccaneer

📋 copy color: '#785050'

red 120 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #785050

Tints of Buccaneer #785050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#785050 (or 0x785050) is known color: Buccaneer. HEX triplet: 78, 50 and 50. RGB value is (120,80,80). Sum of RGB (Red+Green+Blue) = 120+80+80=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #785050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785050 is #87AFAF. Grayscale: #5B5B5B. Windows color (decimal): -8892336 or 5263480. OLE color: 5263480.

HSL color Cylindrical-coordinate representation of color #785050: hue angle of 0º 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 #785050 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 80 -
CMYK 0 0.33 0.33 0.53
HSL 0.2% 0.39% -
HSV(B) 0.33% 0.47% -
XYZ 12.06 10.31 8.94 -
YUV 91.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 120 80 80 0 0.33 0.33 0.53 0 0.2 0.39
Hex 78 50 50 0 21 21 35 0 14 27
Octal 170 120 120 0 41 41 65 0 24 47
Binary 1111000 1010000 1010000 0 100001 100001 110101 0 10100 100111

Color Harmonies of #785050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785050

Black with #785050

Text Example


Text Example

White with #785050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785050; }

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

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

background-color css

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

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

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

border-color css

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

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

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