Html Css Color HEX #775E4A Domino

📋 copy color: '#775E4A'

red 119 ◦ green 94 ◦ blue 74

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

Shades of Domino #775E4A

Tints of Domino #775E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 41.46%
G = 32.75%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#775E4A (or 0x775E4A) is known color: Domino. HEX triplet: 77, 5E and 4A. RGB value is (119,94,74). Sum of RGB (Red+Green+Blue) = 119+94+74=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E4A is #88A1B5. Grayscale: #636363. Windows color (decimal): -8954294 or 4873847. OLE color: 4873847.

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

Color convert

RGB 119 94 74 -
CMYK 0 0.21 0.38 0.53
HSL 26.67º 0.23% 0.38% -
HSV(B) 26.67º 0.38% 0.47% -
XYZ 12.85 12.42 8.2 -
YUV 99.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 119 94 74 0 0.21 0.38 0.53 26.67 0.23 0.38
Hex 77 5E 4A 0 15 26 35 1B 17 26
Octal 167 136 112 0 25 46 65 33 27 46
Binary 1110111 1011110 1001010 0 10101 100110 110101 11011 10111 100110

Color Harmonies of #775E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E4A

Black with #775E4A

Text Example


Text Example

White with #775E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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