Html Css Color HEX #785850 Buccaneer

📋 copy color: '#785850'

red 120 ◦ green 88 ◦ blue 80

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

Shades of Buccaneer #785850

Tints of Buccaneer #785850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 41.67%
G = 30.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#785850 (or 0x785850) is known color: Buccaneer. HEX triplet: 78, 58 and 50. RGB value is (120,88,80). Sum of RGB (Red+Green+Blue) = 120+88+80=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785850 is #87A7AF. Grayscale: #606060. Windows color (decimal): -8890288 or 5265528. OLE color: 5265528.

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

Color convert

RGB 120 88 80 -
CMYK 0 0.27 0.33 0.53
HSL 12º 0.2% 0.39% -
HSV(B) 12º 0.33% 0.47% -
XYZ 12.68 11.55 9.15 -
YUV 96.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 120 88 80 0 0.27 0.33 0.53 12 0.2 0.39
Hex 78 58 50 0 1B 21 35 C 14 27
Octal 170 130 120 0 33 41 65 14 24 47
Binary 1111000 1011000 1010000 0 11011 100001 110101 1100 10100 100111

Color Harmonies of #785850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785850

Black with #785850

Text Example


Text Example

White with #785850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785850; }

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

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

background-color css

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

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

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

border-color css

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

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

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