Html Css Color HEX #74746B Tapa

📋 copy color: '#74746B'

red 116 ◦ green 116 ◦ blue 107

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

Shades of Tapa #74746B

Tints of Tapa #74746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 34.22%
G = 34.22%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74746B (or 0x74746B) is known color: Tapa. HEX triplet: 74, 74 and 6B. RGB value is (116,116,107). Sum of RGB (Red+Green+Blue) = 116+116+107=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74746B is #8B8B94. Grayscale: #737373. Windows color (decimal): -9145237 or 7042164. OLE color: 7042164.

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

Color convert

RGB 116 116 107 -
CMYK 0 0 0.08 0.55
HSL 60º 0.04% 0.44% -
HSV(B) 60º 0.08% 0.45% -
XYZ 16.1 17.27 16.39 -
YUV 114.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 116 116 107 0 0 0.08 0.55 60 0.04 0.44
Hex 74 74 6B 0 0 8 37 3C 4 2C
Octal 164 164 153 0 0 10 67 74 4 54
Binary 1110100 1110100 1101011 0 0 1000 110111 111100 100 101100

Color Harmonies of #74746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74746B

Black with #74746B

Text Example


Text Example

White with #74746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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