Html Css Color HEX #785B50 Dorado

📋 copy color: '#785B50'

red 120 ◦ green 91 ◦ blue 80

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

Shades of Dorado #785B50

Tints of Dorado #785B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.27%

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

R = 41.24%
G = 31.27%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#785B50 (or 0x785B50) is known color: Dorado. HEX triplet: 78, 5B and 50. RGB value is (120,91,80). Sum of RGB (Red+Green+Blue) = 120+91+80=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B50 is #87A4AF. Grayscale: #626262. Windows color (decimal): -8889520 or 5266296. OLE color: 5266296.

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

Color convert

RGB 120 91 80 -
CMYK 0 0.24 0.33 0.53
HSL 16.5º 0.2% 0.39% -
HSV(B) 16.5º 0.33% 0.47% -
XYZ 12.93 12.05 9.23 -
YUV 98.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 120 91 80 0 0.24 0.33 0.53 16.5 0.2 0.39
Hex 78 5B 50 0 18 21 35 10 14 27
Octal 170 133 120 0 30 41 65 20 24 47
Binary 1111000 1011011 1010000 0 11000 100001 110101 10000 10100 100111

Color Harmonies of #785B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B50

Black with #785B50

Text Example


Text Example

White with #785B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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