Html Css Color HEX #775E4D Domino

📋 copy color: '#775E4D'

red 119 ◦ green 94 ◦ blue 77

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

Shades of Domino #775E4D

Tints of Domino #775E4D

RGB

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

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

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

R = 41.03%
G = 32.41%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#775E4D (or 0x775E4D) is known color: Domino. HEX triplet: 77, 5E and 4D. RGB value is (119,94,77). Sum of RGB (Red+Green+Blue) = 119+94+77=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E4D is #88A1B2. Grayscale: #636363. Windows color (decimal): -8954291 or 5070455. OLE color: 5070455.

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

Color convert

RGB 119 94 77 -
CMYK 0 0.21 0.35 0.53
HSL 24.29º 0.21% 0.38% -
HSV(B) 24.29º 0.35% 0.47% -
XYZ 12.95 12.46 8.74 -
YUV 99.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 119 94 77 0 0.21 0.35 0.53 24.29 0.21 0.38
Hex 77 5E 4D 0 15 23 35 18 15 26
Octal 167 136 115 0 25 43 65 30 25 46
Binary 1110111 1011110 1001101 0 10101 100011 110101 11000 10101 100110

Color Harmonies of #775E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E4D

Black with #775E4D

Text Example


Text Example

White with #775E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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