Html Css Color HEX #74756D Tapa

📋 copy color: '#74756D'

red 116 ◦ green 117 ◦ blue 109

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

Shades of Tapa #74756D

Tints of Tapa #74756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

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

R = 33.92%
G = 34.21%
B = 31.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#74756D (or 0x74756D) is known color: Tapa. HEX triplet: 74, 75 and 6D. RGB value is (116,117,109). Sum of RGB (Red+Green+Blue) = 116+117+109=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 117 - color contains mainly: green. Hex color #74756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756D is #8B8A92. Grayscale: #737373. Windows color (decimal): -9144979 or 7173492. OLE color: 7173492.

HSL color Cylindrical-coordinate representation of color #74756D: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #74756D is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 109 -
CMYK 0.01 0 0.07 0.54
HSL 67.5º 0.04% 0.44% -
HSV(B) 67.5º 0.07% 0.46% -
XYZ 16.32 17.54 16.99 -
YUV 115.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 116 117 109 0.01 0 0.07 0.54 67.5 0.04 0.44
Hex 74 75 6D 1 0 7 36 44 4 2C
Octal 164 165 155 1 0 7 66 104 4 54
Binary 1110100 1110101 1101101 1 0 111 110110 1000100 100 101100

Color Harmonies of #74756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74756D

Black with #74756D

Text Example


Text Example

White with #74756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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