Html Css Color HEX #775D4C Domino

📋 copy color: '#775D4C'

red 119 ◦ green 93 ◦ blue 76

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

Shades of Domino #775D4C

Tints of Domino #775D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 41.32%
G = 32.29%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#775D4C (or 0x775D4C) is known color: Domino. HEX triplet: 77, 5D and 4C. RGB value is (119,93,76). Sum of RGB (Red+Green+Blue) = 119+93+76=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D4C is #88A2B3. Grayscale: #626262. Windows color (decimal): -8954548 or 5004663. OLE color: 5004663.

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

Color convert

RGB 119 93 76 -
CMYK 0 0.22 0.36 0.53
HSL 23.72º 0.22% 0.38% -
HSV(B) 23.72º 0.36% 0.47% -
XYZ 12.83 12.27 8.53 -
YUV 98.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 119 93 76 0 0.22 0.36 0.53 23.72 0.22 0.38
Hex 77 5D 4C 0 16 24 35 18 16 26
Octal 167 135 114 0 26 44 65 30 26 46
Binary 1110111 1011101 1001100 0 10110 100100 110101 11000 10110 100110

Color Harmonies of #775D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D4C

Black with #775D4C

Text Example


Text Example

White with #775D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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