Html Css Color HEX #74746A Tapa

📋 copy color: '#74746A'

red 116 ◦ green 116 ◦ blue 106

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

Shades of Tapa #74746A

Tints of Tapa #74746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.36%

R = 34.32%
G = 34.32%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74746A (or 0x74746A) is known color: Tapa. HEX triplet: 74, 74 and 6A. RGB value is (116,116,106). Sum of RGB (Red+Green+Blue) = 116+116+106=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74746A is #8B8B95. Grayscale: #727272. Windows color (decimal): -9145238 or 6976628. OLE color: 6976628.

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

Color convert

RGB 116 116 106 -
CMYK 0 0 0.09 0.55
HSL 60º 0.05% 0.44% -
HSV(B) 60º 0.09% 0.45% -
XYZ 16.05 17.24 16.12 -
YUV 114.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 116 116 106 0 0 0.09 0.55 60 0.05 0.44
Hex 74 74 6A 0 0 9 37 3C 5 2C
Octal 164 164 152 0 0 11 67 74 5 54
Binary 1110100 1110100 1101010 0 0 1001 110111 111100 101 101100

Color Harmonies of #74746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74746A

Black with #74746A

Text Example


Text Example

White with #74746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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