Html Css Color HEX #77604A Domino

📋 copy color: '#77604A'

red 119 ◦ green 96 ◦ blue 74

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

Shades of Domino #77604A

Tints of Domino #77604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

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

R = 41.18%
G = 33.22%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77604A (or 0x77604A) is known color: Domino. HEX triplet: 77, 60 and 4A. RGB value is (119,96,74). Sum of RGB (Red+Green+Blue) = 119+96+74=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #77604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77604A is #889FB5. Grayscale: #646464. Windows color (decimal): -8953782 or 4874359. OLE color: 4874359.

HSL color Cylindrical-coordinate representation of color #77604A: hue angle of 29.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 #77604A is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 74 -
CMYK 0 0.19 0.38 0.53
HSL 29.33º 0.23% 0.38% -
HSV(B) 29.33º 0.38% 0.47% -
XYZ 13.03 12.78 8.26 -
YUV 100.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 119 96 74 0 0.19 0.38 0.53 29.33 0.23 0.38
Hex 77 60 4A 0 13 26 35 1D 17 26
Octal 167 140 112 0 23 46 65 35 27 46
Binary 1110111 1100000 1001010 0 10011 100110 110101 11101 10111 100110

Color Harmonies of #77604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77604A

Black with #77604A

Text Example


Text Example

White with #77604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77604A; }

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

 H1.HeaderClassName
 {
   color: #77604A;
 }
 .AnyTagClassName
 {
   color: #77604A;
 }
</style>

background-color css

<style>
 a { background-color: #77604A; }

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

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

border-color css

<style>
 span { border-color: #77604A; }

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

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