Html Css Color HEX #74756F Tapa

📋 copy color: '#74756F'

red 116 ◦ green 117 ◦ blue 111

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

Shades of Tapa #74756F

Tints of Tapa #74756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 33.72%
G = 34.01%
B = 32.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#74756F (or 0x74756F) is known color: Tapa. HEX triplet: 74, 75 and 6F. RGB value is (116,117,111). Sum of RGB (Red+Green+Blue) = 116+117+111=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 117 - color contains mainly: green. Hex color #74756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756F is #8B8A90. Grayscale: #747474. Windows color (decimal): -9144977 or 7304564. OLE color: 7304564.

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

Color convert

RGB 116 117 111 -
CMYK 0.01 0 0.05 0.54
HSL 70º 0.03% 0.45% -
HSV(B) 70º 0.05% 0.46% -
XYZ 16.43 17.58 17.57 -
YUV 116.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 116 117 111 0.01 0 0.05 0.54 70 0.03 0.45
Hex 74 75 6F 1 0 5 36 46 3 2D
Octal 164 165 157 1 0 5 66 106 3 55
Binary 1110100 1110101 1101111 1 0 101 110110 1000110 11 101101

Color Harmonies of #74756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74756F

Black with #74756F

Text Example


Text Example

White with #74756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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