Html Css Color HEX #74756E Tapa

📋 copy color: '#74756E'

red 116 ◦ green 117 ◦ blue 110

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

Shades of Tapa #74756E

Tints of Tapa #74756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 33.82%
G = 34.11%
B = 32.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#74756E (or 0x74756E) is known color: Tapa. HEX triplet: 74, 75 and 6E. RGB value is (116,117,110). Sum of RGB (Red+Green+Blue) = 116+117+110=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 117 - color contains mainly: green. Hex color #74756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74756E is #8B8A91. Grayscale: #737373. Windows color (decimal): -9144978 or 7239028. OLE color: 7239028.

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

Color convert

RGB 116 117 110 -
CMYK 0.01 0 0.06 0.54
HSL 68.57º 0.03% 0.45% -
HSV(B) 68.57º 0.06% 0.46% -
XYZ 16.38 17.56 17.28 -
YUV 115.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 116 117 110 0.01 0 0.06 0.54 68.57 0.03 0.45
Hex 74 75 6E 1 0 6 36 45 3 2D
Octal 164 165 156 1 0 6 66 105 3 55
Binary 1110100 1110101 1101110 1 0 110 110110 1000101 11 101101

Color Harmonies of #74756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74756E

Black with #74756E

Text Example


Text Example

White with #74756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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