Html Css Color HEX #74746E Tapa

📋 copy color: '#74746E'

red 116 ◦ green 116 ◦ blue 110

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

Shades of Tapa #74746E

Tints of Tapa #74746E

RGB

 RED value IS 116 (45.7% from 255) = 33.92%

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 33.92%
G = 33.92%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74746E (or 0x74746E) is known color: Tapa. HEX triplet: 74, 74 and 6E. RGB value is (116,116,110). Sum of RGB (Red+Green+Blue) = 116+116+110=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74746E is #8B8B91. Grayscale: #737373. Windows color (decimal): -9145234 or 7238772. OLE color: 7238772.

HSL color Cylindrical-coordinate representation of color #74746E: hue angle of 60º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #74746E is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 110 -
CMYK 0 0 0.05 0.55
HSL 60º 0.03% 0.44% -
HSV(B) 60º 0.05% 0.45% -
XYZ 16.26 17.33 17.24 -
YUV 115.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 116 116 110 0 0 0.05 0.55 60 0.03 0.44
Hex 74 74 6E 0 0 5 37 3C 3 2C
Octal 164 164 156 0 0 5 67 74 3 54
Binary 1110100 1110100 1101110 0 0 101 110111 111100 11 101100

Color Harmonies of #74746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74746E

Black with #74746E

Text Example


Text Example

White with #74746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74746E; }

 p { color: rgb(116,116,110); }

 H1.HeaderClassName
 {
   color: #74746E;
 }
 .AnyTagClassName
 {
   color: #74746E;
 }
</style>

background-color css

<style>
 a { background-color: #74746E; }

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

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

border-color css

<style>
 span { border-color: #74746E; }

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

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