Html Css Color HEX #76604A Domino

📋 copy color: '#76604A'

red 118 ◦ green 96 ◦ blue 74

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

Shades of Domino #76604A

Tints of Domino #76604A

RGB

 RED value IS 118 (46.48% from 255) = 40.97%

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

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

R = 40.97%
G = 33.33%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76604A (or 0x76604A) is known color: Domino. HEX triplet: 76, 60 and 4A. RGB value is (118,96,74). Sum of RGB (Red+Green+Blue) = 118+96+74=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #76604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76604A is #899FB5. Grayscale: #646464. Windows color (decimal): -9019318 or 4874358. OLE color: 4874358.

HSL color Cylindrical-coordinate representation of color #76604A: hue angle of 30º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76604A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 74 -
CMYK 0 0.19 0.37 0.54
HSL 30º 0.23% 0.38% -
HSV(B) 30º 0.37% 0.46% -
XYZ 12.89 12.71 8.25 -
YUV 100.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 118 96 74 0 0.19 0.37 0.54 30 0.23 0.38
Hex 76 60 4A 0 13 25 36 1E 17 26
Octal 166 140 112 0 23 45 66 36 27 46
Binary 1110110 1100000 1001010 0 10011 100101 110110 11110 10111 100110

Color Harmonies of #76604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76604A

Black with #76604A

Text Example


Text Example

White with #76604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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