Html Css Color HEX #775B4E Dorado

📋 copy color: '#775B4E'

red 119 ◦ green 91 ◦ blue 78

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

Shades of Dorado #775B4E

Tints of Dorado #775B4E

RGB

 RED value IS 119 (46.88% from 255) = 41.32%

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

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 41.32%
G = 31.6%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#775B4E (or 0x775B4E) is known color: Dorado. HEX triplet: 77, 5B and 4E. RGB value is (119,91,78). Sum of RGB (Red+Green+Blue) = 119+91+78=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B4E is #88A4B1. Grayscale: #616161. Windows color (decimal): -8955058 or 5135223. OLE color: 5135223.

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

Color convert

RGB 119 91 78 -
CMYK 0 0.24 0.34 0.53
HSL 19.02º 0.21% 0.39% -
HSV(B) 19.02º 0.34% 0.47% -
XYZ 12.72 11.95 8.84 -
YUV 97.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 119 91 78 0 0.24 0.34 0.53 19.02 0.21 0.39
Hex 77 5B 4E 0 18 22 35 13 15 27
Octal 167 133 116 0 30 42 65 23 25 47
Binary 1110111 1011011 1001110 0 11000 100010 110101 10011 10101 100111

Color Harmonies of #775B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B4E

Black with #775B4E

Text Example


Text Example

White with #775B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775B4E; }

 p { color: rgb(119,91,78); }

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

background-color css

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

 a { background-color: rgb(119,91,78); }

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

border-color css

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

 span { border-color: rgb(119,91,78); }

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