Html Css Color HEX #76614A Domino

📋 copy color: '#76614A'

red 118 ◦ green 97 ◦ blue 74

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

Shades of Domino #76614A

Tints of Domino #76614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 40.83%
G = 33.56%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76614A (or 0x76614A) is known color: Domino. HEX triplet: 76, 61 and 4A. RGB value is (118,97,74). Sum of RGB (Red+Green+Blue) = 118+97+74=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #76614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76614A is #899EB5. Grayscale: #646464. Windows color (decimal): -9019062 or 4874614. OLE color: 4874614.

HSL color Cylindrical-coordinate representation of color #76614A: hue angle of 31.36º 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 #76614A is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 74 -
CMYK 0 0.18 0.37 0.54
HSL 31.36º 0.23% 0.38% -
HSV(B) 31.36º 0.37% 0.46% -
XYZ 12.98 12.9 8.28 -
YUV 100.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 118 97 74 0 0.18 0.37 0.54 31.36 0.23 0.38
Hex 76 61 4A 0 12 25 36 1F 17 26
Octal 166 141 112 0 22 45 66 37 27 46
Binary 1110110 1100001 1001010 0 10010 100101 110110 11111 10111 100110

Color Harmonies of #76614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76614A

Black with #76614A

Text Example


Text Example

White with #76614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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