Html Css Color HEX #785B4D Dorado

📋 copy color: '#785B4D'

red 120 ◦ green 91 ◦ blue 77

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

Shades of Dorado #785B4D

Tints of Dorado #785B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 41.67%
G = 31.6%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#785B4D (or 0x785B4D) is known color: Dorado. HEX triplet: 78, 5B and 4D. RGB value is (120,91,77). Sum of RGB (Red+Green+Blue) = 120+91+77=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #785B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B4D is #87A4B2. Grayscale: #626262. Windows color (decimal): -8889523 or 5069688. OLE color: 5069688.

HSL color Cylindrical-coordinate representation of color #785B4D: hue angle of 19.53º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785B4D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 91 77 -
CMYK 0 0.24 0.36 0.53
HSL 19.53º 0.22% 0.39% -
HSV(B) 19.53º 0.36% 0.47% -
XYZ 12.83 12.01 8.66 -
YUV 98.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 120 91 77 0 0.24 0.36 0.53 19.53 0.22 0.39
Hex 78 5B 4D 0 18 24 35 14 16 27
Octal 170 133 115 0 30 44 65 24 26 47
Binary 1111000 1011011 1001101 0 11000 100100 110101 10100 10110 100111

Color Harmonies of #785B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B4D

Black with #785B4D

Text Example


Text Example

White with #785B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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