Html Css Color HEX #775E4F Dorado

📋 copy color: '#775E4F'

red 119 ◦ green 94 ◦ blue 79

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

Shades of Dorado #775E4F

Tints of Dorado #775E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 40.75%
G = 32.19%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#775E4F (or 0x775E4F) is known color: Dorado. HEX triplet: 77, 5E and 4F. RGB value is (119,94,79). Sum of RGB (Red+Green+Blue) = 119+94+79=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E4F is #88A1B0. Grayscale: #636363. Windows color (decimal): -8954289 or 5201527. OLE color: 5201527.

HSL color Cylindrical-coordinate representation of color #775E4F: hue angle of 22.5º degrees, saturation: 0.2, 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 #775E4F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 79 -
CMYK 0 0.21 0.34 0.53
HSL 22.5º 0.2% 0.39% -
HSV(B) 22.5º 0.34% 0.47% -
XYZ 13.02 12.49 9.12 -
YUV 99.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 119 94 79 0 0.21 0.34 0.53 22.5 0.2 0.39
Hex 77 5E 4F 0 15 22 35 16 14 27
Octal 167 136 117 0 25 42 65 26 24 47
Binary 1110111 1011110 1001111 0 10101 100010 110101 10110 10100 100111

Color Harmonies of #775E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E4F

Black with #775E4F

Text Example


Text Example

White with #775E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,79); }

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

background-color css

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

 a { background-color: rgb(119,94,79); }

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

border-color css

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

 span { border-color: rgb(119,94,79); }

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