Html Css Color HEX #747467 Tapa

📋 copy color: '#747467'

red 116 ◦ green 116 ◦ blue 103

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

Shades of Tapa #747467

Tints of Tapa #747467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 34.63%
G = 34.63%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#747467 (or 0x747467) is known color: Tapa. HEX triplet: 74, 74 and 67. RGB value is (116,116,103). Sum of RGB (Red+Green+Blue) = 116+116+103=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747467 is #8B8B98. Grayscale: #727272. Windows color (decimal): -9145241 or 6780020. OLE color: 6780020.

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

Color convert

RGB 116 116 103 -
CMYK 0 0 0.11 0.55
HSL 60º 0.06% 0.43% -
HSV(B) 60º 0.11% 0.45% -
XYZ 15.9 17.18 15.31 -
YUV 114.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 116 116 103 0 0 0.11 0.55 60 0.06 0.43
Hex 74 74 67 0 0 B 37 3C 6 2B
Octal 164 164 147 0 0 13 67 74 6 53
Binary 1110100 1110100 1100111 0 0 1011 110111 111100 110 101011

Color Harmonies of #747467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747467

Black with #747467

Text Example


Text Example

White with #747467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747467; }

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

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

background-color css

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

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

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

border-color css

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

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

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