Html Css Color HEX #775D4A Domino

📋 copy color: '#775D4A'

red 119 ◦ green 93 ◦ blue 74

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

Shades of Domino #775D4A

Tints of Domino #775D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

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

R = 41.61%
G = 32.52%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#775D4A (or 0x775D4A) is known color: Domino. HEX triplet: 77, 5D and 4A. RGB value is (119,93,74). Sum of RGB (Red+Green+Blue) = 119+93+74=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #775D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D4A is #88A2B5. Grayscale: #626262. Windows color (decimal): -8954550 or 4873591. OLE color: 4873591.

HSL color Cylindrical-coordinate representation of color #775D4A: hue angle of 25.33º 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 #775D4A is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 93 74 -
CMYK 0 0.22 0.38 0.53
HSL 25.33º 0.23% 0.38% -
HSV(B) 25.33º 0.38% 0.47% -
XYZ 12.76 12.25 8.17 -
YUV 98.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 119 93 74 0 0.22 0.38 0.53 25.33 0.23 0.38
Hex 77 5D 4A 0 16 26 35 19 17 26
Octal 167 135 112 0 26 46 65 31 27 46
Binary 1110111 1011101 1001010 0 10110 100110 110101 11001 10111 100110

Color Harmonies of #775D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D4A

Black with #775D4A

Text Example


Text Example

White with #775D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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