Html Css Color HEX #74746D Tapa

📋 copy color: '#74746D'

red 116 ◦ green 116 ◦ blue 109

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

Shades of Tapa #74746D

Tints of Tapa #74746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 34.02%
G = 34.02%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74746D (or 0x74746D) is known color: Tapa. HEX triplet: 74, 74 and 6D. RGB value is (116,116,109). Sum of RGB (Red+Green+Blue) = 116+116+109=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74746D is #8B8B92. Grayscale: #737373. Windows color (decimal): -9145235 or 7173236. OLE color: 7173236.

HSL color Cylindrical-coordinate representation of color #74746D: 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.06%. Process color model (Four color, CMYK) of #74746D is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 109 -
CMYK 0 0 0.06 0.55
HSL 60º 0.03% 0.44% -
HSV(B) 60º 0.06% 0.45% -
XYZ 16.21 17.31 16.95 -
YUV 115.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 116 116 109 0 0 0.06 0.55 60 0.03 0.44
Hex 74 74 6D 0 0 6 37 3C 3 2C
Octal 164 164 155 0 0 6 67 74 3 54
Binary 1110100 1110100 1101101 0 0 110 110111 111100 11 101100

Color Harmonies of #74746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74746D

Black with #74746D

Text Example


Text Example

White with #74746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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