#74614C

Color #74614C Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #74614C

Tints of Domino #74614C

Color information

#74614C (or 0x74614C) is unknown color: approx Domino. HEX triplet: 74, 61 and 4C. RGB value is (116,97,76). Sum of RGB (Red+Green+Blue) = 116+97+76=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #74614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74614C is #8B9EB3. Grayscale: #646464. Windows color (decimal): -9150132 or 5005684. OLE color: 5005684.

HSL color Cylindrical-coordinate representation of color #74614C: hue angle of 31.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74614C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1169776-
CMYK00.160.340.55
HSL31.5º20.83%37.65%-
HSV(B)31.5º34.48%45.49%-
XYZ12.7812.788.63-
YUV100.29114.29139.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=40.14%
G=33.56%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116977600.160.340.5531.520.8337.65
Hex74614C0102237201526
Octal1641411140204267402546
Binary11101001100001100110001000010001011011110000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74614C; }

 p { color: rgb(116,97,76); }

 H1.HeaderClassName
 {
   color: #74614C;
 }
 .AnyTagClassName
 {
   color: #74614C;
 }
</style>
background-color css

<style>
 a { background-color: #74614C; }

 a { background-color: rgb(116,97,76); }

 div.DivClassName
 {
   background-color: #74614C;
 }
 .BgClassName
 {
   background-color: #74614C;
 }
</style>
border-color css

<style>
 span { border-color: #74614C; }

 span { border-color: rgb(116,97,76); }

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