Html Css Color HEX #747363 Flint

📋 copy color: '#747363'

red 116 ◦ green 115 ◦ blue 99

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

Shades of Flint #747363

Tints of Flint #747363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 35.15%
G = 34.85%
B = 30%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#747363 (or 0x747363) is known color: Flint. HEX triplet: 74, 73 and 63. RGB value is (116,115,99). Sum of RGB (Red+Green+Blue) = 116+115+99=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #747363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747363 is #8B8C9C. Grayscale: #717171. Windows color (decimal): -9145501 or 6517620. OLE color: 6517620.

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

Color convert

RGB 116 115 99 -
CMYK 0 0.01 0.15 0.55
HSL 56.47º 0.08% 0.42% -
HSV(B) 56.47º 0.15% 0.45% -
XYZ 15.59 16.88 14.24 -
YUV 113.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 116 115 99 0 0.01 0.15 0.55 56.47 0.08 0.42
Hex 74 73 63 0 1 F 37 38 8 2A
Octal 164 163 143 0 1 17 67 70 10 52
Binary 1110100 1110011 1100011 0 1 1111 110111 111000 1000 101010

Color Harmonies of #747363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747363

Black with #747363

Text Example


Text Example

White with #747363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747363; }

 p { color: rgb(116,115,99); }

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

background-color css

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

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

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

border-color css

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

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

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